Skip to content

Commit

Permalink
tests: Use previous action version for compatibility with ubuntu runner
Browse files Browse the repository at this point in the history
  • Loading branch information
bellisk committed Jun 24, 2024
1 parent ea24654 commit 95a2769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
run: nosetests --ckan --nologcapture --with-pylons=test.ini --with-coverage --cover-package=ckanext.subscribe --cover-inclusive --cover-erase --cover-tests ckanext/subscribe

- name: Coveralls
uses: coverallsapp/github-action@v2
uses: coverallsapp/github-action@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
flag-name: test-ckan-${{ matrix.ckan-version }}
Expand Down

0 comments on commit 95a2769

Please sign in to comment.