Skip to content

Commit

Permalink
debug ci
Browse files Browse the repository at this point in the history
  • Loading branch information
3DRX committed Dec 7, 2024
1 parent 75df89b commit 85cea16
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
with:
go-version: '1.23'

- name: Install Go dependencies
run: go mod download

- name: Go Cache
uses: actions/cache@v3
with:
Expand All @@ -35,12 +38,6 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Source ROS
run: |
- name: Install Go dependencies
run: go mod download

- name: Run tests
shell: bash
run: |
Expand Down

0 comments on commit 85cea16

Please sign in to comment.