Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(gh_action): update cue version in integration tests
Browse files Browse the repository at this point in the history
akhileshh authored and supersergiy committed Dec 6, 2023
1 parent e205c4b commit 53b5cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing_integration.yaml
Original file line number Diff line number Diff line change
@@ -46,7 +46,7 @@ jobs:
- name: Install Python dependencies
run: pip install -e '.[modules, test]'
- name: Install CUE
run: go install cuelang.org/go/cmd/cue@latest
run: go install cuelang.org/go/cmd/cue@v0.6.0
- name: Run pytest
run: cd tests/integration && coverage run -m pytest --run-integration .
- name: Send coverage repot to codecov

0 comments on commit 53b5cf4

Please sign in to comment.