Skip to content

Commit

Permalink
add test step
Browse files Browse the repository at this point in the history
  • Loading branch information
jbowen93 committed Dec 22, 2021
1 parent 40f9271 commit 6018533
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,8 @@ jobs:
go-version: 1.17
- name: "Build"
run: "make build"
# - name: Set up QEMU
# uses: docker/setup-qemu-action@v1
# - name: Set up Docker Buildx
# uses: docker/setup-buildx-action@v1
# - name: Login to GHCR
# uses: docker/login-action@v1
# with:
# registry: ghcr.io
# username: ${{ github.repository_owner }}
# password: ${{ secrets.GITHUB_TOKEN }}
# - name: Build and push
# uses: docker/build-push-action@v2
# with:
# push: true
# tags: ghcr.io/jbowen93/celestia-node:latest
# tags: ghcr.io/celestiaorg/celestia-node:latest
- name: "Test"
run: "make test"
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit 6018533

Please sign in to comment.