Skip to content

Commit

Permalink
SWC-6624: tmp commit to test conditional push to s3
Browse files Browse the repository at this point in the history
  • Loading branch information
hallieswan committed Dec 8, 2023
1 parent f568f65 commit 3660a59
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-test-e2e.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: 'Build/Run End-to-End Tests'

on: push
on:
push:
branches: [SWC-6624]
env:
BUILD_ARTIFACT_NAME: swc-war
BUILD_DIR: target
Expand Down Expand Up @@ -83,7 +85,7 @@ jobs:
env:
ADMIN_PAT: ${{ secrets.ADMIN_PAT }}
TRACE_TOGGLE: ${{ env.IS_SAGE_REPO && 'on' || 'off'}}
run: yarn playwright test --shard ${{ matrix.shard }} --trace=${{ env.TRACE_TOGGLE }}
run: yarn playwright test --shard ${{ matrix.shard }} --trace=${{ env.TRACE_TOGGLE }} e2e/create_account.spec.ts
- name: Assume AWS Role
uses: aws-actions/configure-aws-credentials@v2
if: ${{ env.IS_SAGE_REPO }}
Expand Down

0 comments on commit 3660a59

Please sign in to comment.