Skip to content

Commit

Permalink
uncomment the actaul test...
Browse files Browse the repository at this point in the history
Signed-off-by: Tony Worm <tony@hofstadter.io>
  • Loading branch information
verdverm committed Aug 24, 2021
1 parent dd9bc15 commit 42f97fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_mod.cue
Expand Up @@ -9,7 +9,7 @@ common.#Workflow & {
steps: [ for step in common.#BuildSteps {step} ] + [{
name: "Run mod tests"
run: """
# hof test test.cue -s lib -t test -t mod
hof test test.cue -s lib -t test -t mod
"""
env: {
GITHUB_TOKEN: "${{secrets.HOFMOD_TOKEN}}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_mod.yml
Expand Up @@ -28,6 +28,6 @@ jobs:
- name: Build CLI
run: go install ./cmd/hof
- name: Run mod tests
run: '# hof test test.cue -s lib -t test -t mod'
run: hof test test.cue -s lib -t test -t mod
env:
GITHUB_TOKEN: ${{secrets.HOFMOD_TOKEN}}

0 comments on commit 42f97fc

Please sign in to comment.