diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5e5eabc7..47556e9e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,9 +8,9 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Cache NPM dependencies - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: ~/.npm key: ${{ runner.OS }}-npm-cache-${{ hashFiles('**/package-lock.json') }} diff --git a/package.json b/package.json index b4f87ed3..442db192 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "serve-staging": "ng serve --configuration=staging -o", "watch": "ng build --watch --configuration development", "test": "ng test --browsers ChromiumNoSandbox", - "test-headless-ci-only": "ng test --browsers ChromiumNoSandbox", + "test-headless-ci-only": "ng test --no-watch --browsers ChromiumNoSandbox", "lint": "ng lint", "pretty": "pretty-quick", "pretty-all": "prettier --write \"src/**/*.ts\" \"src/**/*.html\" \"src/**/*.scss\" \"src/**/*.json\" \"e2e/**/*.ts\" \"tools/**/*.ts\" \"*.json\"", diff --git a/src/app/modules/salaries/components/add-salary/add-salary.component.html b/src/app/modules/salaries/components/add-salary/add-salary.component.html index 9c9d9b44..1783a811 100644 --- a/src/app/modules/salaries/components/add-salary/add-salary.component.html +++ b/src/app/modules/salaries/components/add-salary/add-salary.component.html @@ -2,7 +2,7 @@