Skip to content

Commit

Permalink
test action
Browse files Browse the repository at this point in the history
  • Loading branch information
hakonph committed Aug 9, 2023
1 parent 0fa5c29 commit 3da1783
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.READER_TOKEN }}
- name: sjekk feil

run: |
curl -H "Authorization: Bearer $NODE_AUTH_TOKEN" 'https://api.github.com/rate_limit'
env:
NODE_AUTH_TOKEN: ${{ secrets.READER_TOKEN }}
- run: npm run test
- run: npm run build

0 comments on commit 3da1783

Please sign in to comment.