diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index d92bc33..c4e3702 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -4,9 +4,8 @@ on: pull_request: workflow_dispatch: jobs: - checkout: + test: runs-on: ubuntu-latest - environment: dev steps: - name: Get code uses: actions/checkout@v4 @@ -19,9 +18,5 @@ jobs: - name: Install dependencies if: steps.cache.outputs.cache-hit != 'true' run: npm ci - test: - runs-on: ubuntu-latest - needs: checkout - steps: - name: Run tests run: npm run test \ No newline at end of file diff --git a/src/app.module.ts b/src/app.module.ts index 54f7c06..e10c959 100644 --- a/src/app.module.ts +++ b/src/app.module.ts @@ -47,7 +47,7 @@ import { SchoolModule } from './school/school.module'; }, { provide: 'APP_NAME', - useValue: 'The best Nest events backend', + useValue: 'The Nest events application backend', }, { provide: 'MESSAGE',