Skip to content

Commit

Permalink
let us see if we can skip bundling
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornkihlberg committed Oct 18, 2023
1 parent fa736fa commit e969259
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}

- name: 🔨 Build project
run: |
nix develop --show-trace --command bash -c "npm i && npm run build"
# - name: 🔨 Build project
# run: |
# nix develop --show-trace --command bash -c "npm i && npm run build"

- name: 🧪 Run tests
run: |
Expand Down

0 comments on commit e969259

Please sign in to comment.