Skip to content

Commit

Permalink
Move order of steps
Browse files Browse the repository at this point in the history
  • Loading branch information
gfenn-newbury committed Dec 21, 2021
1 parent 2403b35 commit 7f2fc49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
go-version: ${{ matrix.go }}
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v2.3.4

- name: Setup routeros
run: |
sudo pip3 install routeros_api
Expand All @@ -41,9 +44,6 @@ jobs:
ROS_PASSWORD: ''
ROS_IP_ADDRESS: 127.0.0.1

- name: Check out code into the Go module directory
uses: actions/checkout@v2.3.4

- name: Get dependencies
run: |
go mod download
Expand Down

0 comments on commit 7f2fc49

Please sign in to comment.