Skip to content

Commit

Permalink
build: move Mage files to separate directory
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Dykstra <2129743+DrDaveD@users.noreply.github.com>
  • Loading branch information
Adam Hughes authored and DrDaveD committed Mar 17, 2022
1 parent 45bb49a commit 2fe5a1e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
git diff --exit-code -- go.mod go.sum
- name: Build Source
run: go run mage.go build:source
run: go run ./magefiles/mage.go build:source

- name: Install Lint
uses: golangci/golangci-lint-action@v2
Expand All @@ -44,7 +44,7 @@ jobs:
golangci-lint run
- name: Run Tests
run: go run mage.go cover:unit cover.out
run: go run ./magefiles/mage.go cover:unit cover.out

- name: Upload coverage report
uses: codecov/codecov-action@v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -29,7 +29,7 @@ manipulate SIF container files:
```sh
git clone https://github.com/apptainer/sif
cd sif
go run mage.go install
go run ./magefiles/mage.go install
```

## Go Version Compatibility
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 2fe5a1e

Please sign in to comment.