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 342b26c commit 7cb5bd4Copy full SHA for 7cb5bd4
.github/workflows/backend_tests.yml
@@ -14,7 +14,7 @@ permissions:
14
pull-requests: write
15
16
jobs:
17
- build-and-test:
+ tests:
18
runs-on: ubuntu-latest
19
steps:
20
.github/workflows/frontend_tests.yml
@@ -7,7 +7,7 @@ permissions:
7
contents: read
8
9
10
11
env:
12
CI: true
13
NODE_ENV: dev
0 commit comments