Refactor repositories adapters from the native http go to the resty+g… #20
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test (Integration) | |
on: push | |
jobs: | |
test-integration-api: | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Test Integration | |
run: make test-integration-api |