Skip to content

Commit a16a945

Browse files
committed
Remove build before tests. Have to figure out how to automate the cli tests. they weren't in this file anyway, so another task
1 parent 9854409 commit a16a945

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,15 @@ jobs:
2222
node-version: 18
2323
cache: npm
2424

25-
- run: npm run build
26-
2725
# Working around https://github.com/npm/cli/issues/4828
2826
# - run: npm ci
29-
3027
- run: npm install --no-package-lock
3128

3229
- name: Run client tests
3330
working-directory: ./client
3431
run: npm test
3532

36-
- name: Run cli tests
37-
working-directory: ./cli
38-
run: npm test
33+
- run: npm run build
3934

4035
publish:
4136
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)