Skip to content

Commit 5033ec3

Browse files
committed
test
1 parent 5d87a38 commit 5033ec3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/deploy-gh.yml

+6
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@ jobs:
4646
- name: Install
4747
run: npm install
4848

49+
- name: Stac API
50+
run: echo ${{ env.REACT_APP_STAC_API}}
51+
52+
- name: kill
53+
run: exit 1
54+
4955
- name: Build
5056
run: npm run all:build
5157

0 commit comments

Comments
 (0)