Skip to content

Commit

Permalink
Tweaking CI configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Liang committed Nov 20, 2024
1 parent ef9b8b6 commit b8782fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
imageName: ghcr.io/cfe-lab/gotoh_devcontainer
cacheFrom: ghcr.io/cfe-lab/gotoh_devcontainer
runCmd: cd ${{ github.workspace }}/ruby && rake test
runCmd: cd /workspaces/gotoh/ruby && rake test

- name: Upload coverage reports to Codecov with GitHub Action
uses: codecov/codecov-action@v5
Expand Down

0 comments on commit b8782fb

Please sign in to comment.