Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Alessio Greggi <[email protected]>
  • Loading branch information
alegrey91 committed Jul 16, 2023
1 parent 9864b04 commit 8c4fdc8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Go package
name: tests

on: [push]

Expand Down Expand Up @@ -70,6 +70,9 @@ jobs:
with:
name: integration-test

- name: list files
run: |
ls -lah /tmp/
- name: Set up Go
uses: actions/setup-go@v4
with:
Expand Down

0 comments on commit 8c4fdc8

Please sign in to comment.