revert testing changes
This commit is contained in:
parent
c4771a8793
commit
3f693b4f1d
6 changed files with 6 additions and 30 deletions
24
.github/workflows/ci.yaml
vendored
24
.github/workflows/ci.yaml
vendored
|
|
@ -5,7 +5,6 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main
|
||||
- '*'
|
||||
paths-ignore:
|
||||
- '**/*.md'
|
||||
pull_request:
|
||||
|
|
@ -27,31 +26,12 @@ jobs:
|
|||
|
||||
- name: Refresh module hashsums
|
||||
run: make tidy
|
||||
|
||||
- name: Generate token
|
||||
id: generate_token
|
||||
uses: tibdex/github-app-token@v1
|
||||
with:
|
||||
app_id: ${{ secrets.APP_ID }}
|
||||
private_key: ${{ secrets.APP_PRIVATE_KEY }}
|
||||
|
||||
- name: Login to GitHub Container Registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: snskArora
|
||||
password: ${{ secrets.grained_auth }}
|
||||
|
||||
- name: Build
|
||||
run: make build
|
||||
run: |
|
||||
make build
|
||||
env:
|
||||
VERSION: latest
|
||||
|
||||
# - name: Push
|
||||
# run: make push
|
||||
# env:
|
||||
# VERSION: latest
|
||||
|
||||
- name: Test
|
||||
run: make test
|
||||
- name: Lint
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue