Skip to content

Commit

Permalink
Update website workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
doombubbles committed Feb 4, 2025
1 parent 562ecf2 commit 4643b98
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
branches: [ 'develop' ]
paths:
- spellsource-web/**
- build.gradle
- /github/workflows/website.yaml

jobs:
build-and-deploy-website:
Expand All @@ -22,7 +24,7 @@ jobs:
node-version: 22
- uses: gradle/actions/wrapper-validation@v3
- name: Test with Gradle
run: ./gradlew --no-parallel :spellsource-web:yarnRunTest
run: ./gradlew --no-parallel :spellsource-web:yarnRunTest --debug
- name: Log in to the Container registry
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
with:
Expand Down

0 comments on commit 4643b98

Please sign in to comment.