Skip to content

Commit

Permalink
Fixup: need cue here
Browse files Browse the repository at this point in the history
  • Loading branch information
elsom25 committed May 22, 2024
1 parent ab1377b commit 5bdc0f4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,10 @@ jobs:
gem install bundler
bundle install --jobs 4 --retry 3
- name: Run unit & integration tests
- name: Install Cue
uses: cue-lang/setup-cue@v1.0.0
with:
version: 'v0.7.0'

- name: Run tests
run: make test

0 comments on commit 5bdc0f4

Please sign in to comment.