Skip to content

Commit

Permalink
Run client tests before provider tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gfenn-newbury committed Dec 21, 2021
1 parent b5029f4 commit 199df2d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
ROS_PASSWORD: ''
ROS_IP_ADDRESS: 127.0.0.1

- name: Run provider tests
run: go test ./routeros
- name: Run client tests
run: go test ./client
env:
ROS_HOSTURL: https://127.0.0.1
ROS_USERNAME: admin
Expand All @@ -59,8 +59,8 @@ jobs:
TF_ACC: 1
LEGACY_BGP_SUPPORT: ${{ matrix.legacy_bgp_support }}

- name: Run client tests
run: go test ./client
- name: Run provider tests
run: go test ./routeros
env:
ROS_HOSTURL: https://127.0.0.1
ROS_USERNAME: admin
Expand Down

0 comments on commit 199df2d

Please sign in to comment.