Skip to content

Commit

Permalink
I missed an echo -n + only run tests on actual code changes (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
malcolmstill authored Nov 10, 2022
1 parent 1b442fb commit 8046e94
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: goto-bus-stop/setup-zig@v1
with:
version: 0.10.0
- run: echo $GITHUB_REF_NAME > src/.version
- run: echo -n $GITHUB_REF_NAME > src/.version
- run: zig build
- run: echo "zig-out/bin" >> $GITHUB_PATH
- uses: charmbracelet/vhs-action@v1
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: clerk tests
on: push
paths:
- src/**
- lib/**
- build.zig
- .github/workflows/test.yaml

jobs:
build:
strategy:
Expand Down

0 comments on commit 8046e94

Please sign in to comment.