Skip to content

Commit 0911e50

Browse files
authored
Update makefile.yml
1 parent d03c7bc commit 0911e50

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.github/workflows/makefile.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,6 @@ jobs:
2121
node-version: '24'
2222
cache: 'npm'
2323

24-
- name: "Configure AWS Credentials"
25-
uses: aws-actions/[email protected]
26-
with:
27-
aws-region: us-east-1
28-
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
29-
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
30-
if: github.event_name != 'pull_request'
31-
32-
- name: S3 test
33-
run: |
34-
aws s3 ls s3://pyret-horizon/new-horizons
35-
if: github.event_name != 'pull_request'
36-
3724
- name: Install Chrome and ChromeDriver
3825
run: |
3926
# Get latest stable Chrome version
@@ -115,12 +102,6 @@ jobs:
115102
echo "Running all tests"
116103
npm run mocha
117104
fi
118-
119-
- name: Copy cpo-main and related JS to S3
120-
run: |
121-
aws s3 sync ./build/web/js s3://pyret-horizon/horizon-action-test --acl public-read --exclude "*" --include "cpo-main.jarr.gz.js" --content-encoding gzip
122-
aws s3 sync ./build/web/js s3://pyret-horizon/horizon-action-test --acl public-read --exclude "cpo-main.jarr.js.gz"
123-
if: github.event_name != 'pull_request'
124105
125106
deploy-trigger:
126107
needs: build-and-test

0 commit comments

Comments
 (0)