Skip to content

Commit

Permalink
pull env workflow step
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanmino committed Mar 1, 2024
1 parent 4514d0c commit 048b7ab
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@ jobs:
name: node_modules.tar.gz
- name: Unzip node_modules
run: tar xzf node_modules.tar.gz
- uses: actions/checkout@v3
with:
repository: 'rainbow-me/browser-extension-env'
token: ${{ secrets.DOTENV_GITHUB_ACCESS_TOKEN }}
path: tmp
- name: Copy dotenv
run: cat tmp/dotenv >> .env && rm -rf tmp
- name: Run tests
run: yarn test

Expand Down

0 comments on commit 048b7ab

Please sign in to comment.