There was an error while loading. Please reload this page.
1 parent fb6b06b commit e7f3813Copy full SHA for e7f3813
1 file changed
.github/workflows/build.yml
@@ -45,7 +45,9 @@ jobs:
45
working-directory: ./app
46
# Start the server in the background and then run tests
47
run: |
48
- yarn test:serve &
+ cd app/build
49
+ python3 -m http.server 3000 &
50
+ cd cd ..
51
yarn test
52
53
- name: Package build artifact
0 commit comments