Skip to content

Commit 9f4918a

Browse files
authored
Merge pull request #178 from AndrewCS149/testWorkflow
testWorkflow
2 parents 8ed4851 + 5d7cdd3 commit 9f4918a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/staging.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
- name: Install Trunk
3434
run: cargo install trunk
3535
# if: steps.cache.outputs.cache-hit != 'true'
36-
37-
- name: Build with Trunk
38-
run: cargo clean && trunk build --release
39-
working-directory: client
36+
37+
# - name: Build with Trunk
38+
# run: trunk build --release
39+
# working-directory: client
4040

4141
- name: Create SSH Key
4242
run: |

0 commit comments

Comments
 (0)