Skip to content

Commit

Permalink
feat(ci): tests against shell workflow
Browse files Browse the repository at this point in the history
debug create cache

n/a
  • Loading branch information
jdre-c8y committed Jul 23, 2024
1 parent 822de31 commit 5dc5e1b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test-plugins-against-cockpit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ jobs:
- name: Collect Shell Versions
id: collect-shell-versions
uses: SoftwareAG/plugins-e2e-setup/collect-shell-versions@main
with:
exact-tags: y2025-lts

- name: Extract Plugins Version
id: extract-plugins-version
Expand Down Expand Up @@ -222,9 +220,6 @@ jobs:
needs: [collect-shell-versions, run-tests-against-shell]
runs-on: ubuntu-22.04
steps:
- name: Check out code
uses: actions/checkout@v4

- name: Setup cache directory
run: mkdir -p ./cache-files

Expand Down Expand Up @@ -256,7 +251,7 @@ jobs:
if: steps.check-cache.outputs.cache-hit == 'true'
run: |
gh extension install actions/gh-actions-cache
gh actions-cache delete test-plugins-against-shell-e2e-results --confirm
gh actions-cache delete test-plugins-against-shell-e2e-results --confirm -R ${{github.repository}}
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 5dc5e1b

Please sign in to comment.