Skip to content

Commit

Permalink
refactor: cleanup Github workflow style
Browse files Browse the repository at this point in the history
  • Loading branch information
rprieto committed Dec 10, 2023
1 parent c1e7884 commit 904f49f
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,11 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
-
name: Checkout
- name: Checkout
uses: actions/checkout@v2
-
name: Set up QEMU
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
-
name: Set up Docker Buildx
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
-
name: Run tests
- name: Run tests
uses: docker/build-push-action@v2

0 comments on commit 904f49f

Please sign in to comment.