Skip to content

Commit

Permalink
ci: update workflows to run bootstrap and generate open api
Browse files Browse the repository at this point in the history
  • Loading branch information
goncalo-frade-iohk committed Sep 12, 2022
1 parent bd9c6cf commit 6a6127f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
11 changes: 11 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 6a6127f

Please sign in to comment.