Skip to content

Commit

Permalink
test: pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
daithihearn committed Nov 5, 2023
1 parent 6c0652c commit 60e83d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build:
name: Build docker images
name: Build docker image
runs-on: self-hosted

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Test
run: make test

- name: Upload test coverage (optional)
- name: Upload test coverage
uses: actions/upload-artifact@v3
if: always()
with:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ copy-translations: #@ Copy translations
build: test docs vet clear-build copy-translations #@ Build the api and sync binaries
go build -o build/api/main cmd/api/main.go && go build -o build/sync/main cmd/sync/main.go
.PHONY:build
image: docs vet #@ Build docker image
image: #@ Build docker image
docker build -t electricity-prices . --load

0 comments on commit 60e83d7

Please sign in to comment.