We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d84bf68 commit 6ad78caCopy full SHA for 6ad78ca
.github/workflows/cicd.yml
@@ -18,13 +18,13 @@ jobs:
18
- uses: jdx/mise-action@v2
19
- run: make lint unused-exports
20
21
- test:
22
- runs-on: ubuntu-latest
23
- steps:
24
- - uses: actions/checkout@v4
25
- - uses: jdx/mise-action@v2
26
- - run: make node_modules
27
- - run: npx jest
+ # test:
+ # runs-on: ubuntu-latest
+ # steps:
+ # - uses: actions/checkout@v4
+ # - uses: jdx/mise-action@v2
+ # - run: make node_modules
+ # - run: npx jest
28
29
smoketest:
30
runs-on: ubuntu-latest
@@ -36,7 +36,7 @@ jobs:
36
deploy:
37
name: Deploy to fly.io
38
if: github.ref == 'refs/heads/main'
39
- needs: [typecheck, lint, test, smoketest]
+ needs: [typecheck, lint, smoketest]
40
41
concurrency: deploy-group
42
steps:
0 commit comments