Skip to content

Commit

Permalink
github action (#6)
Browse files Browse the repository at this point in the history
* github action

* github action

* build, but commented out for now
  • Loading branch information
chrisns authored May 29, 2024
1 parent dbbb69b commit 9b51852
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- name: Run rake test in dev container
uses: devcontainers/ci@v0.3
- uses: actions/checkout@v3
- uses: devcontainers/ci@v0.3
with:
push: never
runCmd: rake test
# - uses: devcontainers/ci@v0.3
# with:
# runCmd: rake build

0 comments on commit 9b51852

Please sign in to comment.