Skip to content

Try finalize

Try finalize #24

Workflow file for this run

name: Argos upload
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
jobs:
argos:
timeout-minutes: 60
runs-on: ubuntu-latest
env:
ARGOS_TOKEN: a1062035865420fb5a5c2a2a5baa501f94fa819f
ARGOS_PARALLEL: true
ARGOS_PARALLEL_TOTAL: -1
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
run: npm exec -- argos finalize