Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
GCHQDeveloper81 committed Jul 15, 2024
1 parent ce258c3 commit bc319ca
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# https://playwright.dev/docs/ci-intro#setting-up-github-actions

name: Playwright Tests
name: End 2 End Tests
on:
push:
branches: [main, master]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,21 @@ jobs:
- name: Svelte-Check
run: npm run check

- name: Copyright check
run: |
chmod +x ./scripts/check-copyright.sh
./scripts/check-copyright.sh
- name: Linter
run: npm run lint

- name: Build app
env:
BASE_PATH: '/${{ github.event.repository.name }}'
run: |
npm run build
run: npm run build

- name: Component and Unit tests
run: |
npm run test:unit+component
run: npm run test:unit+component

- name: Upload build artifact
uses: actions/upload-artifact@v2
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,3 @@ This software is inner-source and contributions are welcome. See [Contributing.m
Unless stated otherwise, the codebase is released under the [Apache2 License](https://www.apache.org/licenses/LICENSE-2.0). This covers both the codebase and any sample code in the documentation. The documentation/wiki is and available under the terms of the [Open Government License v3.0](https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/).

© Crown copyright 2024

0 comments on commit bc319ca

Please sign in to comment.