Skip to content

Commit

Permalink
kubernetes - test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
phymbert committed Feb 25, 2024
1 parent 3b9996d commit b7b0f9e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ on:
- master
- example/kubernetes # FIXME remove
jobs:
server:
kubernetes:
runs-on: ubuntu-latest
env:
COMMIT_SHA: ${{ github.sha }}
steps:
- name: Check out the repo
uses: actions/checkout@v3
Expand Down

0 comments on commit b7b0f9e

Please sign in to comment.