diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b1e931c1..2bbc731d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,5 +16,16 @@ jobs: - name: Checkout Code uses: actions/checkout@v3 + - name: ABC Install + uses: lyricwulf/abc@v1 + with: + macos: openapi-generator + + - name: Bootstrap + run: ./bootstrap.sh + env: + GITHUB_ACTOR: ${{ github.actor }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - name: Build run: "swift build" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 53919d8b..6cf19907 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,5 +16,16 @@ jobs: - name: Checkout Code uses: actions/checkout@v3 + - name: ABC Install + uses: lyricwulf/abc@v1 + with: + macos: openapi-generator + + - name: Bootstrap + run: ./bootstrap.sh + env: + GITHUB_ACTOR: ${{ github.actor }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - name: Test run: "swift test"