Skip to content

Commit

Permalink
Try this
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmorrow committed Jul 2, 2024
1 parent fbeb395 commit ce2ed88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
runs-on: macos-14
environment: "QA Wolf Test Environment"
env:
BRANCH_ID: ${{ secrets.BRANCH_ID }}
BRANCH_ID: "TEST: ${{ secrets.BRANCH_ID }}"
COOKIES_ENCRYPTION_KEY: ${{ secrets.COOKIES_ENCRYPTION_KEY }}
QAWOLF_API_KEY: ${{ secrets.QAWOLF_API_KEY }}
QAWOLF_ENVIRONMENT_ID: ${{ secrets.QAWOLF_ENVIRONMENT_ID }}
QAWOLF_TEAM_ID: ${{ secrets.QAWOLF_TEAM_ID }}
RECORD_REPLAY_METADATA_TEST_RUN_TITLE: "QAWolf Mac ARM"
REPLAY_METADATA_TEST_RUN_TITLE: "QAWolf Mac ARM ${{ github.ref }}"
REPLAY_API_KEY: ${{ secrets.REPLAY_API_KEY }}
steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions src/sync.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export async function downloadAndSaveQAWolfTests() {

return tests.workflowsOnBranch
.filter((t) => t.workflow.status === "active")
.slice(0, 1)
.map((test) => {
const helperCode =
test.stepOnBranchInWorkflowOnBranch
Expand Down

0 comments on commit ce2ed88

Please sign in to comment.