Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Compile and push dist file
name: Compile and push dist file test to see if master fails

on: [push, pull_request]

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test
name: Test to see if master fails

on: [push, pull_request]

Expand Down Expand Up @@ -30,7 +30,7 @@ jobs:
java-version: ${{ matrix.java-version }}
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 20
- name: Compile
run: |
npm install
Expand All @@ -56,7 +56,7 @@ jobs:
java-version: ${{ matrix.java-version }}
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 20
- name: Compile
run: |
npm install
Expand Down
Loading