Skip to content

Commit

Permalink
chore(actions): add permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Kharya1337 committed Feb 1, 2024
1 parent 866ecd0 commit 1420590
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ jobs:
matrix:
node-version: [18.x]

env:
SOFTHSM2_CONF: /etc/softhsm2.conf

steps:
- name: Setup Soft HSM
run: |
Expand Down Expand Up @@ -61,7 +58,7 @@ jobs:
- name: Run test with coverage
run: npm run coverage
env:
SOFT_HSM_LIBRARY: "/usr/lib/softhsm/libsofthsm2.so"
SOFT_HSM_LIBRARY: /usr/lib/softhsm/libsofthsm2.so
SOFTHSM2_CONF: ${{ github.workspace }}/softhsm2.conf

- name: Coveralls
Expand Down

0 comments on commit 1420590

Please sign in to comment.