Test GitHub light #15
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Argos upload | |
on: | |
push: | |
branches: [main, master] | |
pull_request: | |
branches: [main, master] | |
jobs: | |
argos: | |
timeout-minutes: 60 | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: actions/setup-node@v4 | |
- name: Install dependencies | |
run: npm ci | |
- run: git fetch origin test-github-light:test-github-light --depth 50 | |
- run: git fetch origin main:main --depth 50 | |
- run: git merge-base test-github-light main | |
- name: Upload screenshots | |
run: npm exec -- argos upload screenshots | |
env: | |
DEBUG: "@argos-ci/core" | |
ARGOS_TOKEN: d808f6191835dc07380fe6e22460db7b46313b6e | |
ARGOS_API_BASE_URL: https://1e6c-93-19-70-152.ngrok-free.app/v2 |