Skip to content

Commit d78a114

Browse files
Add support for starting core in the tests
1 parent db2adf7 commit d78a114

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/auth-react-test-1.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ jobs:
8484
AUTH_REACT__PORT: ${{ needs.setup-auth-react.outputs.AUTH_REACT__PORT }}
8585

8686
steps:
87+
- name: Start core
88+
run: docker compose up --wait
89+
8790
- uses: supertokens/auth-react-testing-action@main
8891
name: ${{ matrix.fdi-version }}
8992
with:

0 commit comments

Comments
 (0)