Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
amagyar-iohk committed Mar 12, 2024
1 parent dbb7b0b commit 383f4f4
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,15 @@ jobs:
# - name: Adding Known Hosts
# run: ssh-keyscan -H github.com >> ~/.ssh/known_hosts


- uses: maxim-lobanov/setup-xcode@v1

- name: Printenv
run: printenv

# - name: Build and test
# run: |
# swift build
- name: Build and test
run: |
swift build
# - name: Generate momd
# run: |
Expand Down

0 comments on commit 383f4f4

Please sign in to comment.