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.
2 parents 0cf2672 + 1b006ee commit 6c741acCopy full SHA for 6c741ac
.github/workflows/run-tests.yml
@@ -4,9 +4,8 @@ on:
4
pull_request:
5
workflow_dispatch:
6
jobs:
7
- checkout:
+ test:
8
runs-on: ubuntu-latest
9
- environment: dev
10
steps:
11
- name: Get code
12
uses: actions/checkout@v4
@@ -19,9 +18,5 @@ jobs:
19
18
- name: Install dependencies
20
if: steps.cache.outputs.cache-hit != 'true'
21
run: npm ci
22
- test:
23
- runs-on: ubuntu-latest
24
- needs: checkout
25
- steps:
26
- name: Run tests
27
run: npm run test
src/app.module.ts
@@ -47,7 +47,7 @@ import { SchoolModule } from './school/school.module';
47
},
48
{
49
provide: 'APP_NAME',
50
- useValue: 'The best Nest events backend',
+ useValue: 'The Nest events application backend',
51
52
53
provide: 'MESSAGE',
0 commit comments