Skip to content

Commit

Permalink
feat(ci/cd): pin latest gha versions during development
Browse files Browse the repository at this point in the history
  • Loading branch information
remdub committed Sep 26, 2024
1 parent 559fc72 commit 5180cef
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/branch-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@ jobs:
python-version: ["2.7"]
plone-version: ["4.3"]
steps:
- name: Needed for local development
if: ${{ env.ACT }}
run: echo /home/runner/externals/node20/bin >> $GITHUB_PATH
- name: Run check
uses: IMIO/gha/plone-package-test-notify@v3
uses: IMIO/gha/plone-package-test-notify@main
env:
cache-name: cache-eggs
with:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
plone-version: ["4.3"]
experimental: [false]
steps:
- name: Needed for local development
if: ${{ env.ACT }}
run: echo /home/runner/externals/node20/bin >> $GITHUB_PATH
- name: Set up Docker
uses: crazy-max/ghaction-setup-docker@v3
- name: Run libreoffice docker image
Expand All @@ -31,7 +34,7 @@ jobs:
run: docker ps -a
shell: bash
- name: Run tests
uses: IMIO/gha/plone-package-test-notify@v3
uses: IMIO/gha/plone-package-test-notify@main
env:
cache-name: cache-eggs
with:
Expand Down

0 comments on commit 5180cef

Please sign in to comment.