We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43cf93b commit 645f554Copy full SHA for 645f554
1 file changed
‎.github/workflows/main.yml‎
@@ -19,6 +19,12 @@ jobs:
19
- run: bun test
20
env:
21
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 }}
28
29
test-action:
30
runs-on: ubuntu-latest
0 commit comments