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 546a518 commit ec9ed4c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,13 @@ jobs:
uses: actions/checkout@v2

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

- name: Run @aviarytech/tev2-ingress
run: bun run tev2-ingress -c config.yaml

- name: Run @tno-terminology-design/mrgt
run: bun run mrgt -s .

- name: Run @tno-terminology-design/mrg-import
run: bun run mrg-import -s .
Expand Down

0 comments on commit ec9ed4c

Please sign in to comment.