mirror of
https://github.com/snowball-tools/snowballtools-base.git
synced 2025-01-03 15:26:46 +00:00
Rename test script
This commit is contained in:
parent
0980845c19
commit
34ecfb59f7
4
.github/workflows/test-app-deployment.yaml
vendored
4
.github/workflows/test-app-deployment.yaml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Test webapp deployment flow
|
name: Test webapp deployment and undeployment flow
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@ -24,4 +24,4 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: yarn
|
run: yarn
|
||||||
- name: Test webapp deployment
|
- name: Test webapp deployment
|
||||||
run: ./packages/deployer/test/test-webapp-deployment.sh
|
run: ./packages/deployer/test/test-webapp-deployment-undeployment.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user