Skip to content

Commit

Permalink
Real mode
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Aug 31, 2024
1 parent 9e479dd commit 6470e35
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,33 @@ on:
branches: [main, master]
pull_request:
branches: [main, master]
env:
ARGOS_API_BASE_URL: https://7b39-93-19-70-152.ngrok-free.app/v2
ARGOS_TOKEN: 693417bc679790f870523b98ebaf777f5f0a231c
DEBUG: "@argos-ci/core"

jobs:
argos:
timeout-minutes: 60
runs-on: ubuntu-latest
env:
ARGOS_TOKEN: 693417bc679790f870523b98ebaf777f5f0a231c
ARGOS_PARALLEL: true
ARGOS_PARALLEL_TOTAL: -1
ARGOS_API_BASE_URL: https://7b39-93-19-70-152.ngrok-free.app/v2
DEBUG: "@argos-ci/core"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- name: Install dependencies
run: npm ci
- name: Upload screenshots 1/2
run: npm exec -- argos upload screenshots/1
- name: Sleep
run: sleep 60
- name: Upload screenshots 2/2
run: npm exec -- argos upload screenshots/1
- name: Finalize

finalize:
timeout-minutes: 60
runs-on: ubuntu-latest
if: ${{ always() }}
needs: ["e2e-tests"]
steps:
- name: Finalize argos build
run: npm exec -- argos finalize

0 comments on commit 6470e35

Please sign in to comment.