mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-03 12:10:55 -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:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
|
matrix:
|
||||||
|
os: [macos-latest, ubuntu-latest, windows-latest]
|
||||||
|
|
||||||
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- 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
|
- name: Install Node modules
|
||||||
run: |
|
run: |
|
||||||
cd web
|
cd web
|
||||||
|
Loading…
Reference in New Issue
Block a user