Skip to content

Commit

Permalink
Update Build Process and Set Test Relative URL
Browse files Browse the repository at this point in the history
  • Loading branch information
ckabalan committed Oct 15, 2024
1 parent fbc56d9 commit 134f66c
Show file tree
Hide file tree
Showing 14 changed files with 732 additions and 726 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ui-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: lts/*
- run: |
export MKCERT_VERSION=v1.4.4
export PLATFORM=linux
curl -L "https://github.com/FiloSottile/mkcert/releases/download/$MKCERT_VERSION/mkcert-$MKCERT_VERSION-$PLATFORM-amd64" -o mkcert
chmod +x mkcert
echo "$PWD/mkcert" >> $GITHUB_PATH
- run: npm ci
working-directory: ./src
- run: npm run build --if-present
Expand Down
2 changes: 1 addition & 1 deletion dist/css/bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/bootstrap.min.css.map

Large diffs are not rendered by default.

Loading

0 comments on commit 134f66c

Please sign in to comment.