Skip to content

Commit

Permalink
chore: fix tests in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-run committed Nov 5, 2024
1 parent 26689b8 commit 5ecc511
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permissions:

on:
push:
branches: ['main']
branches: ['main', 'tests']
env:
NPM_AUTH_TOKEN: ${{ secrets.READER_TOKEN }}

Expand All @@ -25,7 +25,10 @@ jobs:
- run: bun run tsc
- run: bun run lint
- run: bun run build-cli
# - run: bun test
- run: |
./tsm-cli/bin/tsm config --team=teamsykmelding
./tsm-cli/bin/tsm config --team=tsm
bun test
- run: bun run copy-html
- run: bun run sanity-check
- uses: actions/setup-node@v4
Expand Down

0 comments on commit 5ecc511

Please sign in to comment.