Skip to content

Commit

Permalink
Add version generation to integration tests too
Browse files Browse the repository at this point in the history
  • Loading branch information
oskirby committed Sep 11, 2024
1 parent 9218548 commit c248c54
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@ jobs:
steps:
- name: Clone repository
uses: actions/checkout@v4


- name: Generate version.json
uses: shell
run: version.sh | tee version.json

- name: Pull autograph image
shell: bash
run: docker pull mozilla/autograph
Expand Down

0 comments on commit c248c54

Please sign in to comment.