Skip to content

Commit

Permalink
Remove test action since got no control over aws acount
Browse files Browse the repository at this point in the history
  • Loading branch information
salahzsh committed Sep 6, 2023
1 parent 6901c75 commit b67df3b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,6 @@ jobs:
npm install
- run: |
npm run all
- name: Test action
uses: ./
if: github.event_name == 'push'
with:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
domain: action-test.onramper.dev
publish_dir: ./images
- name: Publish artifacts
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
run: |
Expand Down

0 comments on commit b67df3b

Please sign in to comment.