Skip to content

Commit b67df3b

Browse files
committed
Remove test action since got no control over aws acount
1 parent 6901c75 commit b67df3b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/build-test.yml

-8
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,6 @@ jobs:
1212
npm install
1313
- run: |
1414
npm run all
15-
- name: Test action
16-
uses: ./
17-
if: github.event_name == 'push'
18-
with:
19-
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
20-
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
21-
domain: action-test.onramper.dev
22-
publish_dir: ./images
2315
- name: Publish artifacts
2416
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
2517
run: |

0 commit comments

Comments
 (0)