Skip to content

Commit

Permalink
another fix to sed :(
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnathanBaldera committed Nov 17, 2023
1 parent d75a788 commit 98e8f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stress-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: login to ECR
run: aws ecr get-login-password --region ${{ env.AWS_REGION }} | docker login -u AWS --password-stdin 724664234782.dkr.ecr.us-east-1.amazonaws.com
- name: generate .npmrc to install minervia via npm
run: sed -i 's/${MINERVA_TOKEN}/${{secrets.MINERVA_PAT_TOKEN}}' /web/.npmrc.example && mv .npmrc.example .npmrc
run: sed -i 's/\${MINERVA_TOKEN}/${{secrets.MINERVA_PAT_TOKEN}}/g' /web/.npmrc.example && mv .npmrc.example .npmrc
- name: setup backend test env
run: docker compose -p velour -f docker-compose.yml --build-arg -f docker-compose.cicd-override.yml --env-file ./api/.env.testing up --build -d
- uses: actions/setup-python@v4
Expand Down

0 comments on commit 98e8f0a

Please sign in to comment.