We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 762d7e7 commit cb5ac44Copy full SHA for cb5ac44
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
# This should not be necessary, but for some reason it is
20
- run: npm install -g yarn
21
# This is needed when playwright is used in tests #70
22
- # - run: npx playwright install-deps
+ - run: npx playwright install-deps
23
- run: yarn --version
24
- run: yarn install
25
- name: Start dev server
@@ -28,7 +28,7 @@ jobs:
28
run: nohup docker run -p 80:80 -p 443:443 -v atomic-storage:/atomic-storage joepmeneer/atomic-server --initialize &
29
- run: yarn lint-fix
30
- run: yarn build
31
- # - run: yarn test
+ - run: yarn test
32
- run: yarn typedoc
33
- name: Deploy production 🚀
34
if: ${{github.ref == 'refs/heads/main'}}
0 commit comments