Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brianorwhatever authored Oct 6, 2023
1 parent 0d7ae50 commit db03177
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
uses: actions/checkout@v2

- name: Install dependencies
run: bun add @aviarytech/ingress @aviarytech/hrgt @tno-terminology-design/mrg-import
run: bun add @aviarytech/tev2-ingress @aviarytech/tev2-hrgt @tno-terminology-design/mrg-import

- name: Run @aviarytech/ingress
run: bun run @aviarytech/ingress
- name: Run @aviarytech/tev2-ingress
run: bun run @aviarytech/tev2-ingress

- name: Run @tno-terminology-design/mrg-import
run: bun run @tno-terminology-design/mrg-import

- name: Run @aviarytech/hrgt
run: bun run @aviarytech/hrgt
- name: Run @aviarytech/tev2-hrgt
run: bun run @aviarytech/tev2-hrgt

0 comments on commit db03177

Please sign in to comment.