Skip to content

Commit

Permalink
PSPAYPAL-815 debug github pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
René Gust committed Dec 5, 2024
1 parent 51d6c69 commit 7acf0cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: git clone --depth 1 https://github.com/OXID-eSales/oxideshop_ce.git --branch b-7.0.x --single-branch source

- name: Cache current installation
uses: actions/cache@v3
uses: actions/cache@v4.1.1
with:
path: |
./*
Expand Down Expand Up @@ -206,9 +206,9 @@ jobs:
with:
path: |
./*
key: moduleDevelopmentInstallation-${{ matrix.php }}-${{ github.sha }}
key: installation-${{ env.PHP_VERSION }}-${{ env.MYSQL_VERSION }}-${{ env.TEMPLATE_ENGINE }}-${{ github.run_number }}-${{ github.run_attempt }}
restore-keys: |
moduleDevelopmentInstallation-${{ matrix.php }}-${{ github.sha }}
installation-${{ env.PHP_VERSION }}-${{ env.MYSQL_VERSION }}-${{ env.TEMPLATE_ENGINE }}-${{ github.run_number }}-${{ github.run_attempt }}
- name: Start containers
run: |
Expand Down

0 comments on commit 7acf0cb

Please sign in to comment.