mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-24 07:16:52 -06:00
Run Javascript tests on all three major platforms.
This commit is contained in:
parent
94bba36713
commit
2d024fd7e6
15
.github/workflows/run-javascript-tests.yml
vendored
15
.github/workflows/run-javascript-tests.yml
vendored
@ -14,19 +14,16 @@ concurrency:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [macos-latest, ubuntu-latest, windows-latest]
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Install platform dependencies
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt install -y nodejs npm
|
||||
|
||||
- name: Install Node dependencies
|
||||
run: sudo npm install --global yarn
|
||||
|
||||
- name: Install Node modules
|
||||
run: |
|
||||
cd web
|
||||
|
Loading…
Reference in New Issue
Block a user