Skip to content

Commit

Permalink
πŸ’š Install Firebird before dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas2D committed Mar 31, 2024
1 parent 1bc4e9f commit 6b89266
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,6 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install dependencies
uses: borales/actions-yarn@v3
with:
cmd: install --production=false

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

- name: Install Firebird
run: |
sudo apt-get install libtommath1 libtomcrypt1 libncurses5 musl-dev gcc build-essential
Expand All @@ -44,6 +34,16 @@ jobs:
while ! nc -z localhost 3050; do sleep 1 ; done
sleep 2
- name: Install dependencies
uses: borales/actions-yarn@v3
with:
cmd: install --production=false

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

- name: Tests
run: |
sudo mkdir coverage
Expand Down

0 comments on commit 6b89266

Please sign in to comment.