This repository has been archived by the owner on Apr 17, 2024. It is now read-only.
fix(deps): update module github.com/ceph/go-ceph to v0.24.0 #134
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: test | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
branches: | |
- main | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
submodules: true | |
- uses: actions/setup-go@v4 | |
with: | |
go-version: "^1.19" | |
- name: Run tests | |
run: | | |
make test | |
make promu | |
make check_license |