Skip to content

Commit

Permalink
fix(cicd): updated GHA env
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhi Markan committed Jun 23, 2023
1 parent 129a63b commit cbca375
Show file tree
Hide file tree
Showing 7 changed files with 10,103 additions and 18 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/pr_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:

env:
environment: dev
environment: qa

jobs:
set-environment:
Expand All @@ -13,9 +13,9 @@ jobs:
outputs:
environment: ${{ env.environment }}
steps:
- name: Initialise Environment
run: |
echo Setting environment to ${{ env.environment }}
- name: Initialise Environment
run: |
echo Setting environment to ${{ env.environment }}
linting:
name: Run linting
Expand All @@ -41,7 +41,7 @@ jobs:
channel: '#exip-github-actions'
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
if: failure()
if: failure()

unit-tests:
name: Run unit tests
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
# https://github.com/cypress-io/github-action/issues/48
fail-fast: false
matrix:
machines: [ 1, 2, 3, 4 ]
machines: [1, 2, 3, 4]

env:
BASIC_AUTH_KEY: ${{ secrets.BASIC_AUTH_KEY }}
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
group: 'EXIPS'
project: ./e2e-tests
config: video=false
env:
env:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: act10ns/slack@v1
Expand Down
6,680 changes: 6,679 additions & 1 deletion src/ui/public/css/styles.css

Large diffs are not rendered by default.

1,795 changes: 1,793 additions & 2 deletions src/ui/public/js/accessibleAutocomplete.js

Large diffs are not rendered by default.

51 changes: 49 additions & 2 deletions src/ui/public/js/cookies.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1,533 changes: 1,531 additions & 2 deletions src/ui/public/js/govukFrontend.js

Large diffs are not rendered by default.

9 changes: 7 additions & 2 deletions src/ui/public/js/jsEnabled.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

39 changes: 37 additions & 2 deletions src/ui/public/js/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cbca375

Please sign in to comment.