Skip to content

Commit

Permalink
kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
fcarrero committed Aug 27, 2024
1 parent c3c91e4 commit 3d05335
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,12 @@ jobs:
version: 'latest'
data-file: 'https://raw.githubusercontent.com/conekta/openapi/main/mocks/conekta_api.json'
port: 3000
- name: Build and test
- name: Build
run: |
./gradlew clean build test
./gradlew clean build
- name: test
run: |
./gradlew test
- name: Archive artifacts
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 3d05335

Please sign in to comment.