Skip to content

Commit

Permalink
Add tsc build to ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
bmitchinson committed Mar 1, 2024
1 parent c9197c1 commit 452e7f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@ jobs:
node-version: 18
- name: Install dependencies
run: npm ci
- name: Run Build
run: npm run build
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Install Firebase Tools
run: npm i -g firebase-tools
- name: Run Playwright tests
run: npm run testci
run: npm run test-ci
- uses: actions/upload-artifact@v3
if: always()
with:
Expand Down
1 change: 1 addition & 0 deletions src/components/entry/EntryForm.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -127,5 +127,6 @@
button {
padding: 1em 2em;
-webkit-appearance: none;
// todo: try just appearance
}
</style>

0 comments on commit 452e7f7

Please sign in to comment.