Skip to content

Commit

Permalink
TS-47 Add module-specific fixtures sql dump
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniil Tkachev committed Dec 23, 2024
1 parent b889af2 commit efac5f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/universal_workflow_light.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1126,7 +1126,7 @@ jobs:
strategy:
matrix:
php: ['8.1']
mysql: ['8.0']
mysql: ['8.0.36']
fail-fast: false
max-parallel: ${{ fromJSON(needs.init.outputs.runscript_max_parallel) }}
runs-on: ${{ fromJSON(inputs.runs_on) }}
Expand Down Expand Up @@ -1226,7 +1226,7 @@ jobs:
uses: 'OXID-eSales/github-actions/start_shop@v4'
with:
cached_shop: '${{ steps.rt.outputs.runscript_load_shop}}_${{ steps.rstn.outputs.matrix_suffix }}'
cache_bucket: ${{ steps.rt.outputs.runscript_cache_bucket }}
cache_bucket: ${{ needs.init.outputs.init_cache_bucket }}
cache_endpoint: ${{ secrets.CACHE_ENDPOINT }}
cache_access_key: ${{ secrets.CACHE_ACCESS_KEY }}
cache_secret_key: ${{ secrets.CACHE_SECRET_KEY }}
Expand Down

0 comments on commit efac5f2

Please sign in to comment.