Skip to content

Commit

Permalink
test: approve new changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dafyddj committed Oct 2, 2024
1 parent 8fb4b6a commit 4585818
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions test/GenerateProjectWithName/main_yml.tt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ jobs:
needs: should-run
if: fromJSON(needs.should-run.outputs.should-run)
runs-on: ubuntu-latest
env:
# renovate: datasource=pypi depName=copier
COPIER_VERSION: 9.3.1
# renovate: datasource=pypi depName=texttest
TEXTTEST_VERSION: 4.3.1
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
Expand All @@ -50,8 +55,8 @@ jobs:
detached: true
- name: Install test dependencies
run: |
pipx install copier
pipx install texttest
pipx install copier==$COPIER_VERSION
pipx install texttest==$TEXTTEST_VERSION
- name: Run `texttest`
run: texttest -b
results:
Expand All @@ -61,6 +66,8 @@ jobs:
- test
permissions:
contents: write
issues: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
Expand Down

0 comments on commit 4585818

Please sign in to comment.