Skip to content

Commit

Permalink
Merge pull request #33 from vst/26-website-test-webapp-on-pr
Browse files Browse the repository at this point in the history
Check Website on PRs
  • Loading branch information
vst authored Mar 27, 2024
2 parents 524aeac + 015883e commit 005ee4a
Show file tree
Hide file tree
Showing 3 changed files with 666 additions and 1,236 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
- name: "Use magic Nix cache"
uses: "DeterminateSystems/magic-nix-cache-action@v3"

- name: "Check"
- name: "Check Application"
run: |
nix-shell --run "dev-test-build"
- name: "Check Website"
run: |
nix-shell --run "cd website && npm install && npm run check"
Loading

0 comments on commit 005ee4a

Please sign in to comment.