Skip to content

Commit 6c741ac

Browse files
Merge pull request #1 from olha-dev-fullstack/test
change test
2 parents 0cf2672 + 1b006ee commit 6c741ac

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ on:
44
pull_request:
55
workflow_dispatch:
66
jobs:
7-
checkout:
7+
test:
88
runs-on: ubuntu-latest
9-
environment: dev
109
steps:
1110
- name: Get code
1211
uses: actions/checkout@v4
@@ -19,9 +18,5 @@ jobs:
1918
- name: Install dependencies
2019
if: steps.cache.outputs.cache-hit != 'true'
2120
run: npm ci
22-
test:
23-
runs-on: ubuntu-latest
24-
needs: checkout
25-
steps:
2621
- name: Run tests
2722
run: npm run test

src/app.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ import { SchoolModule } from './school/school.module';
4747
},
4848
{
4949
provide: 'APP_NAME',
50-
useValue: 'The best Nest events backend',
50+
useValue: 'The Nest events application backend',
5151
},
5252
{
5353
provide: 'MESSAGE',

0 commit comments

Comments
 (0)