Skip to content

Commit

Permalink
WIP: Test shared dev workflow
Browse files Browse the repository at this point in the history
Why these changes are being introduced:
There is an issue with the actions/setup-python action in the shared
workflow (when used together with the cache option and pipenv). This
is a quick test to see if the dev workflow without the cache enabled
behaves any better.

How this addresses that need:
* Switch the shared workflow to the fixed version in a feature branch
on the .github repository

Relevant ticket(s):
* https://mitlibraries.atlassian.net/browse/IN-735
  • Loading branch information
cabutlermit committed Feb 17, 2023
1 parent bb01a4f commit 5ae8b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:
deploy:
name: Dev Container Deploy
uses: mitlibraries/.github/.github/workflows/ecr-shared-deploy-dev.yml@main
uses: mitlibraries/.github/.github/workflows/ecr-shared-deploy-dev.yml@IN-735
secrets: inherit
with:
AWS_REGION: "us-east-1"
Expand Down

0 comments on commit 5ae8b38

Please sign in to comment.