Skip to content

Commit

Permalink
feat(ci): add a step to run compatibility with sprig
Browse files Browse the repository at this point in the history
  • Loading branch information
42atomys committed Aug 17, 2024
1 parent bdcf95f commit a74657f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,15 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
codecov_yml_path: .github/codecov.yml
compatibility:
name: Backward compatibility with Sprig v3 (template output)
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Task
uses: arduino/setup-task@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Compare
run: task compare

0 comments on commit a74657f

Please sign in to comment.