Skip to content

Commit

Permalink
Build RTK first
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Nov 7, 2021
1 parent 62ce33a commit a83d884
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/listenerTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,9 @@ jobs:
- name: Install deps
run: yarn install

# The middleware apparently needs RTK built first for tests to compile (?!?)
- name: Build RTK
run: cd packages/toolkit && yarn build

- name: Run action listener tests
run: cd packages/action-listener-middleware && yarn test
run: cd ../action-listener-middleware && yarn test

0 comments on commit a83d884

Please sign in to comment.