Skip to content

Commit e7f3813

Browse files
committed
Updating actions (again lol)
1 parent fb6b06b commit e7f3813

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ jobs:
4545
working-directory: ./app
4646
# Start the server in the background and then run tests
4747
run: |
48-
yarn test:serve &
48+
cd app/build
49+
python3 -m http.server 3000 &
50+
cd cd ..
4951
yarn test
5052
5153
- name: Package build artifact

0 commit comments

Comments
 (0)