Skip to content

Commit

Permalink
ci: Fix steps
Browse files Browse the repository at this point in the history
  • Loading branch information
LaikaN57 committed Aug 16, 2024
1 parent d51884f commit 4003221
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@ jobs:
lint:
executor: default
steps:
- download
- restore
- run: make lint
test:
executor: default
environment:
USER: bogus-string
steps:
- download
- restore
- run: make test
build:
executor: default
steps:
- download
- restore
- run: make build
workflows:
version: 2
Expand Down

0 comments on commit 4003221

Please sign in to comment.