Skip to content

Commit

Permalink
ci: change the command style
Browse files Browse the repository at this point in the history
  • Loading branch information
a0m0rajab committed Jul 25, 2024
1 parent 05ea255 commit 24bbfeb
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 24bbfeb

Please sign in to comment.