Skip to content

Commit 5a7a2bb

Browse files
committed
👷
1 parent d6ba38f commit 5a7a2bb

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

‎.github/workflows/main.yml‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ jobs:
1919
- run: bun test
2020
env:
2121
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22+
- run: bun build:lib
23+
- run: |
24+
./packages/generate-snake-animation/dist/cli.js --github_user=platane --output=snake.svg
25+
test -f snake.svg
26+
env:
27+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2228
2329
test-action:
2430
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)