Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
uurien committed Oct 28, 2024
1 parent 0104760 commit 3a29ccd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/appsec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ jobs:
- uses: ./.github/actions/node/setup
- uses: ./.github/actions/install
- uses: ./.github/actions/node/latest
- run: if yarn services; then exit -1; else exit 0; fi
- run: node --version
- run: if npm install libpq; then exit -1; else exit 0; fi

mysql:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3a29ccd

Please sign in to comment.