Skip to content

Commit

Permalink
chore: update checks workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsaporiti committed Oct 25, 2024
1 parent 5b68eea commit 44c13f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Create .env-api, .env-issuer and .env-ui files
- name: Create .env-issuer and .env-ui files
run: |
touch .env-api
touch .env-issuer
touch .env-ui
- name: Docker Compose
Expand Down

0 comments on commit 44c13f4

Please sign in to comment.