Skip to content

Commit

Permalink
ci: change the command style (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
a0m0rajab authored Jul 25, 2024
2 parents 05ea255 + 24bbfeb commit e3b06e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
envkey_APPLICATION_NAME: ${{ vars.APPLICATION_NAME }}
envkey_PRIMARY_COLOR: ${{ vars.PRIMARY_COLOR }}
- name: show .env file
run: cd .\apps\web cat .env
run: |
cd .\apps\web
cat .env
- uses: actions/checkout@v4
with:
submodules: true
Expand Down

0 comments on commit e3b06e8

Please sign in to comment.