Skip to content
Merged
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
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests-core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Set up node.js
uses: actions/setup-node@v6
Expand All @@ -34,7 +34,7 @@ jobs:
# Need to pull the pages branch in order to fetch the previous runs
# Only run Allure reporting on the main repository, not forks
- name: Get Allure history
uses: actions/checkout@v4
uses: actions/checkout@v6
continue-on-error: true
with:
ref: gh-pages
Expand Down