Skip to content

Commit

Permalink
chore(ci): add name to CI Test job
Browse files Browse the repository at this point in the history
Add a name to the CI Test job to fix the job discoverability problem on GitHub (settings).
  • Loading branch information
minikin committed Aug 2, 2023
1 parent b5fc599 commit 66b5cb6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ permissions:

jobs:
build:
name: CI Test
runs-on: ubuntu-latest
env:
FORCE_COLOR: 1
Expand All @@ -31,4 +32,4 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Run tests
run: |
earthly -P --remote-cache=ghcr.io/${{ github.repository }}:cache +test
earthly -P --remote-cache=ghcr.io/${{ github.repository }}:cache +test

0 comments on commit 66b5cb6

Please sign in to comment.