Skip to content

Commit

Permalink
skip for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
PrashantRaj18198 authored Sep 3, 2024
1 parent 07b2174 commit 83d3f6d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ jobs:
# This step usually is not needed because the /ui/dist is pregenerated locally
# but its here to ensure that each release embeds the latest admin ui artifacts.
# If the artificats differs, a "dirty error" is thrown - https://goreleaser.com/errors/dirty/
- name: Build Admin dashboard UI
run: npm --prefix=./ui ci && npm --prefix=./ui run build
# - name: Build Admin dashboard UI
# run: npm --prefix=./ui ci && npm --prefix=./ui run build

# Temporary disable as the types can have random generated identifiers making it non-deterministic.
#
Expand All @@ -82,17 +82,17 @@ jobs:
# - name: Run linter
# uses: golangci/golangci-lint-action@v3

- name: Run tests
run: go test ./...
# - name: Run tests
# run: go test ./...

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3
with:
distribution: goreleaser
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# - name: Run GoReleaser
# uses: goreleaser/goreleaser-action@v3
# with:
# distribution: goreleaser
# version: latest
# args: release --clean
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Create snapshot
if: github.event_name == 'push'
Expand Down

0 comments on commit 83d3f6d

Please sign in to comment.