Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilianoSanchez committed Sep 30, 2021
1 parent 2baddd3 commit 128cac6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ jobs:
run: npm run test

- name: npm Build
run: BUILD_BRANCH=$(echo ${GITHUB_REF#refs/heads/}) BUILD_COMMIT=${{ github.sha }} npm run build
run: |
BUILD_BRANCH=$(echo "${GITHUB_REF#refs/heads/}")
BUILD_COMMIT=${{ github.sha }}
npm run build
- name: Deploy S3 Development
if: github.event_name == 'push' && github.event.push.ref == 'refs/heads/AUT-1161'
Expand Down

0 comments on commit 128cac6

Please sign in to comment.