Skip to content

Commit

Permalink
Merge pull request #129 from Cyberbeni/ci-update
Browse files Browse the repository at this point in the history
update extended tests
  • Loading branch information
Cyberbeni authored Apr 13, 2023
2 parents 65a1d13 + bee1732 commit c3edb8f
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/test-extended.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
image: swift:5.6
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Run action with version
uses: ./
with:
Expand All @@ -28,21 +28,15 @@ jobs:
swift-format ./test.swift
sourcery:
runs-on: macos-12
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '13.3'
uses: actions/checkout@v3
- name: Run action with version
uses: ./
with:
url: https://github.com/krzysztofzablocki/Sourcery
version: '*'
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '13.2'
- name: Test tool in path
run: |
echo "class TestInput {}" > ./input.swift
Expand Down

0 comments on commit c3edb8f

Please sign in to comment.