Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas2D authored Sep 15, 2022
1 parent ab4b56b commit 96a00fc
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@ jobs:

strategy:
matrix:
os: [ubuntu-18.04]
os: [ubuntu-latest]
node-version: [16.x]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Install dependencies
uses: borales/actions-yarn@v3.0.0
uses: borales/actions-yarn@v3
with:
cmd: install --frozen-lockfile

- name: Build
uses: borales/actions-yarn@v3.0.0
uses: borales/actions-yarn@v3
with:
cmd: build

Expand All @@ -44,6 +44,7 @@ jobs:
sudo chmod 440 /opt/firebird/SYSDBA.password
sudo chown -R firebird:firebird .
while ! nc -z localhost 3050; do sleep 1 ; done
sleep 2
- name: Tests
run: |
Expand Down

0 comments on commit 96a00fc

Please sign in to comment.