Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
benzekrimaha committed Nov 19, 2024
1 parent 00bae40 commit 50b1389
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,8 @@ jobs:
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
- name: install dependencies for executables tests
run: yarn install
- name: run executables tests
run: yarn test
env:
NODE_OPTIONS: "--tls-max-v1.2"
run: yarn install && yarn test
working-directory: 'lib/executables/pensieveCreds/'

compile:
Expand Down

0 comments on commit 50b1389

Please sign in to comment.