Skip to content

Commit

Permalink
Merge pull request #11 from VascoSaraiva/dev
Browse files Browse the repository at this point in the history
Just a small test trying to list files
  • Loading branch information
VascoSaraiva authored Oct 27, 2023
2 parents f13bdf5 + 63eeed0 commit 1bf0d3d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
- name: 'Create env file'
run: |
echo "${{ secrets.ENV_FILE }}" > .env
- name: "List files"
run: ls

- name: Setup Node.js
uses: actions/setup-node@v3
Expand Down

0 comments on commit 1bf0d3d

Please sign in to comment.