Skip to content

Commit

Permalink
Reorder steps in compliance test
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeckman314 committed Jul 6, 2023
1 parent 64a8c03 commit 1808409
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/compliance-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v3
with:
name: funnelBin

# Required to access the 'tests/mongo.config.yml' file
# Perhaps uploading it as an artifact would be more efficient?
- name: Check out code
uses: actions/checkout@v2

- uses: actions/download-artifact@v3
with:
name: funnelBin

- name: Start Funnel server
run: |
chmod +x funnel
Expand Down

0 comments on commit 1808409

Please sign in to comment.