Skip to content

Commit

Permalink
seeing if this works for mcr
Browse files Browse the repository at this point in the history
  • Loading branch information
dwhitestratiform committed Jul 30, 2024
1 parent 2a7d80f commit c0798d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/workspace-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
# This job flexes the 1Password capability for MCR after the projects have been setup by using a 1password service account
- name: one password test
run: |
# cd ~/Projects/macpro-mdct-mcr
cd ~/Projects/macpro-mdct-mfp
cd ~/Projects/macpro-mdct-mcr
# cd ~/Projects/macpro-mdct-mfp
source /tmp/.profile
nvm install
export OP_SERVICE_ACCOUNT_TOKEN=${{ secrets.MDCT_OP_TOKEN }}
Expand All @@ -39,8 +39,8 @@ jobs:
# spin up MCR locally on the runner and run ui tests
- name: run app and tests
run: |
# cd ~/Projects/macpro-mdct-mcr
cd ~/Projects/macpro-mdct-mfp
cd ~/Projects/macpro-mdct-mcr
# cd ~/Projects/macpro-mdct-mfp
source /tmp/.profile
./run local&
sleep 60
Expand Down

0 comments on commit c0798d4

Please sign in to comment.