Skip to content

Commit cb5ac44

Browse files
committed
Re-enable test in build action
1 parent 762d7e7 commit cb5ac44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# This should not be necessary, but for some reason it is
2020
- run: npm install -g yarn
2121
# This is needed when playwright is used in tests #70
22-
# - run: npx playwright install-deps
22+
- run: npx playwright install-deps
2323
- run: yarn --version
2424
- run: yarn install
2525
- name: Start dev server
@@ -28,7 +28,7 @@ jobs:
2828
run: nohup docker run -p 80:80 -p 443:443 -v atomic-storage:/atomic-storage joepmeneer/atomic-server --initialize &
2929
- run: yarn lint-fix
3030
- run: yarn build
31-
# - run: yarn test
31+
- run: yarn test
3232
- run: yarn typedoc
3333
- name: Deploy production 🚀
3434
if: ${{github.ref == 'refs/heads/main'}}

0 commit comments

Comments
 (0)