Skip to content

Commit

Permalink
πŸ’š Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas2D committed Mar 31, 2024
1 parent 62c5f35 commit 7c629c6
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ jobs:

steps:
- uses: actions/checkout@v3

- name: Install dependencies
uses: borales/actions-yarn@v4
with:
cmd: install --production=false --ignore-scripts
- name: Install Firebird
run: |
sudo apt-get install libtommath1 libtomcrypt1 libncurses5 musl-dev gcc build-essential
Expand All @@ -38,17 +33,10 @@ jobs:
while ! nc -z localhost 3050; do sleep 1 ; done
sleep 2
- name: Post Install
uses: borales/actions-yarn@v4
with:
dir: 'node_modules/node-firebird-native-api'
cmd: gyp:configure

- name: Post Install
- name: Install dependencies
uses: borales/actions-yarn@v4
with:
dir: 'node_modules/node-firebird-native-api'
cmd: gyp:build
cmd: install --production=false --ignore-scripts && cd node_modules/node-firebird-native-api && yarn gyp:configure && yarn gyp:build

- name: Build
uses: borales/actions-yarn@v4
Expand Down

0 comments on commit 7c629c6

Please sign in to comment.