Skip to content

Commit

Permalink
Merge pull request #114 from ahoy-cli/circleci-config-update
Browse files Browse the repository at this point in the history
Update CircleCI config
  • Loading branch information
ocean authored Dec 22, 2023
2 parents 6aca60a + 02d2d24 commit caa6996
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
version: 2.1
orbs:
go: circleci/[email protected]
workflows:
main:
jobs:
- build
go: circleci/[email protected]

jobs:
build:
Expand Down Expand Up @@ -53,3 +49,15 @@ jobs:
- run:
name: Run functional tests.
command: ./ahoy test
- run:
name: Run tests
command: |
mkdir -p /tmp/test-reports
gotestsum --junitfile /tmp/test-reports/unit-tests.xml
- store_test_results:
path: /tmp/test-reports

workflows:
main:
jobs:
- build

0 comments on commit caa6996

Please sign in to comment.