Skip to content

Commit

Permalink
Try different workflow order
Browse files Browse the repository at this point in the history
  • Loading branch information
Sophietje committed Apr 10, 2023
1 parent b32011d commit a8fab5a
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ jobs:
enrich:
runs-on: ubuntu-latest
steps:
- name: Download ProVerBMate's artifacts
run: gh release download --repo Sophietje/ProVerBMate -p "*.jar" -p "*.owl"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# Set Java environment
- name: Set up JDK 11
uses: actions/setup-java@v3
Expand All @@ -22,6 +17,14 @@ jobs:

- name: Checkout Verification-Tool-Overview repository
uses: actions/checkout@v3

- name: Download ProVerBMate's artifacts
run: gh release download --repo Sophietje/ProVerBMate -p "*.jar" -p "*.owl"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Setup tmate
uses: mxschmitt/action-tmate@v3

# Convert
- name: Enrichment
Expand Down

0 comments on commit a8fab5a

Please sign in to comment.