File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 - name : Restore client cache
4848 uses : actions/cache@v5
4949 with :
50+ fail-on-cache-miss : true
5051 key : galaxy-static-${{ needs.build-client.outputs.commit-id }}
5152 path : ' galaxy root/static'
5253 - name : Install tox
Original file line number Diff line number Diff line change 7171 - name : Restore client cache
7272 uses : actions/cache@v5
7373 with :
74+ fail-on-cache-miss : true
7475 key : galaxy-static-${{ needs.build-client.outputs.commit-id }}
7576 path : ' galaxy root/static'
7677 - name : Run tests
Original file line number Diff line number Diff line change 4040 - name : Restore client cache
4141 uses : actions/cache@v5
4242 with :
43+ fail-on-cache-miss : true
4344 key : galaxy-static-${{ needs.build-client.outputs.commit-id }}
4445 path : ' galaxy root/static'
4546 - name : Install uv
Original file line number Diff line number Diff line change 7878 - name : Restore client cache
7979 uses : actions/cache@v5
8080 with :
81+ fail-on-cache-miss : true
8182 key : galaxy-static-${{ needs.build-client.outputs.commit-id }}
8283 path : ' galaxy root/static'
8384 - name : Run tests
Original file line number Diff line number Diff line change 7171 - name : Restore client cache
7272 uses : actions/cache@v5
7373 with :
74+ fail-on-cache-miss : true
7475 key : galaxy-static-${{ needs.build-client.outputs.commit-id }}
7576 path : ' galaxy root/static'
7677 - name : Run tests
You can’t perform that action at this time.
0 commit comments