Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 6 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,15 @@ on:
branches: [main]
pull_request:
branches: [main]
merge_group:
jobs:
argos:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- uses: actions/checkout@v6
- name: Install pnpm
run: corepack enable
- uses: actions/setup-node@v6
Comment on lines +16 to +18
- name: Install dependencies
run: npm ci
- name: Upload screenshots
run: npm exec -- argos upload screenshots
env:
DEBUG: "@argos-ci/core"
ARGOS_TOKEN: a1062035865420fb5a5c2a2a5baa501f94fa819f
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: pnpm install --frozen-lockfile
# Add relevant action here
1 change: 1 addition & 0 deletions dummy/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Hello world
Loading
Loading