Skip to content

Commit

Permalink
wip: 🔕 temporary commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tarampampam committed Jun 29, 2024
1 parent 616e4ad commit 5206365
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ jobs:
CGO_ENABLED: 0
LDFLAGS: -s -w -X gh.tarampamp.am/error-pages/internal/appmeta.version=${{ steps.slug.outputs.commit-hash-short }}
run: go build -trimpath -ldflags "$LDFLAGS" -o ./error-pages ./cmd/error-pages/
- if: contains(matrix.os, runner.os) && contains(matrix.arch, runner.arch)
- if: &{{ contains(matrix.os, runner.os) && contains(matrix.arch, runner.arch) }}
run: ./error-pages --version && ./error-pages -h
- if: contains(matrix.os, runner.os) && contains(matrix.arch, runner.arch)
- if: &{{ contains(matrix.os, runner.os) && contains(matrix.arch, runner.arch) }}
run: mkdir ./out && ./error-pages --log-level=debug build --index --target-dir ./out
- if: contains(matrix.os, runner.os) && contains(matrix.arch, runner.arch)
- if: &{{ contains(matrix.os, runner.os) && contains(matrix.arch, runner.arch) }}
run: |
test -f ./out/index.html
test -f ./out/ghost/404.html
Expand Down

0 comments on commit 5206365

Please sign in to comment.