Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
habedi committed Feb 2, 2025
1 parent a9ab138 commit f69cdf8
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
make build
continue-on-error: false

- name: List Build Directory
- name: List Build Directory (for Debugging)
run: ls -R bin

- name: Upload Build Artifact
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
make build-macos
continue-on-error: false

- name: List Build Directory
- name: List Build Directory (for Debugging)
run: ls -R bin

- name: Upload Build Artifact
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
make build GOGG_BINARY=gogg.exe
continue-on-error: false

- name: List Build Directory
- name: List Build Directory (for Debugging)
run: ls -R bin

- name: Upload Build Artifact
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4

# Set up Go environment
- name: Set up Go
uses: actions/setup-go@v5
with:
Expand All @@ -26,7 +25,6 @@ jobs:
sudo apt-get install -y make
make install-deps
# Run linters
- name: Run Linters
run: |
make lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Tests

on:
workflow_dispatch: # Only enable manual runs for now
workflow_dispatch: # Allow manual execution
push:
tags:
- 'v*' # Trigger on version tags
Expand Down

0 comments on commit f69cdf8

Please sign in to comment.