Skip to content

Commit

Permalink
dsafgoknsdmio
Browse files Browse the repository at this point in the history
  • Loading branch information
polsala committed Feb 14, 2025
1 parent 12a83bb commit e6f95b2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ jobs:
matrix:
python-version: [ "2.7.18", "3.11.4" ]
steps:
- name: Checkout ${{ github.repository }}
uses: actions/checkout@v4
with:
path: custom_modules/${{ github.event.repository.name }}
ref: refs/pull/${{ inputs.pr_number || github.event.pull_request.number }}/merge

- name: 'Set build id'
id: build_id
run: echo "id=$(date +%s)" >> $GITHUB_OUTPUT
Expand All @@ -40,12 +46,6 @@ jobs:
run: |
. $SCRIPTS_PATH/update_branches.sh
- name: Checkout ${{ github.repository }}
uses: actions/checkout@v4
with:
path: custom_modules/${{ github.event.repository.name }}
ref: refs/pull/${{ inputs.pr_number || github.event.pull_request.number }}/merge

- name: Checkout erp
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit e6f95b2

Please sign in to comment.