Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
b00ste committed Sep 7, 2023
1 parent 4bd8d5c commit 1ad7504
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,11 @@ jobs:

- name: minify artifacts
run: |-
curl https://github.com/tidwall/jj/releases/download/v1.9.2/jj-1.9.2-linux-amd64.tar.gz && ls
curl -OL https://github.com/tidwall/jj/releases/download/v1.9.2/jj-1.9.2-linux-amd64.tar.gz
tar xvzf jj-1.9.2-linux-amd64.tar.gz
rm jj-1.9.2-linux-amd64.tar.gz
cd jj-1.9.2-linux-amd64
jj
- name: 🧪 run import/requires tests
run: npm run test:importRequire
Expand Down

0 comments on commit 1ad7504

Please sign in to comment.