Skip to content

Commit

Permalink
Changed the name of the test workflow to reflect that its a test
Browse files Browse the repository at this point in the history
workflow.
  • Loading branch information
pbrady-water committed Sep 12, 2024
1 parent e82758d commit 687c047
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Deploy Production Ready
name: Build and Deploy Test Code

on:
push:
Expand Down Expand Up @@ -30,4 +30,4 @@ jobs:
run: aws s3 cp --acl public-read ./arr/epub3/arr.epub "s3://${{ vars.AWS_BUCKET_TEST }}/epub/arr.epub"

- name: Sync HTML
run: aws s3 cp --acl public-read --recursive ./arr/html_chunked_ajax/ "s3://${{ vars.AWS_BUCKET_TEST }}/"
run: aws s3 cp --acl public-read --recursive ./arr/html_chunked_ajax/ "s3://${{ vars.AWS_BUCKET_TEST }}/"

0 comments on commit 687c047

Please sign in to comment.