We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ebd463 commit 33cdfafCopy full SHA for 33cdfaf
.github/workflows/tests.yml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
unit-tests:
11
- name: Unit Tests
+ name: Unit
12
runs-on: ubuntu-latest
13
14
# unit tests don't need environment variables - they test pure functions
@@ -29,7 +29,7 @@ jobs:
29
run: bun test:unit
30
31
integration-tests:
32
- name: Integration Tests
+ name: Integration
33
34
needs: unit-tests # run after unit tests pass
35
0 commit comments