Skip to content

Commit

Permalink
checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
payetvin committed Jul 16, 2024
1 parent 1ae4249 commit 77d538e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/generate-reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
batches: ${{ steps.read_batches.outputs.batches }}

steps:
- name: Checkout SimTest
uses: actions/checkout@v4

- name: Download study-batches.txt
run: |
wget https://github.com/AntaresSimulatorTeam/Antares_Simulator_Tests_NR/releases/download/${{ github.event.inputs.antares_tests_tag }}/study-batches.txt
Expand Down Expand Up @@ -72,7 +75,7 @@ jobs:

steps:
- name: Checkout SimTest
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Pre-requisites (Windows)
if: ${{ startsWith(matrix.os, 'windows') }}
Expand Down

0 comments on commit 77d538e

Please sign in to comment.