fix(ci): clean up ci pipeline

This commit is contained in:
Federico Terzi 2021-10-03 13:14:26 +02:00
parent d83cf60f8e
commit a426131b08

View File

@ -31,7 +31,7 @@ jobs:
run: | run: |
cargo make build-binary cargo make build-binary
check-wayland: build-wayland:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
@ -44,7 +44,7 @@ jobs:
- name: Build - name: Build
run: cargo make build-binary --env NO_X11=true run: cargo make build-binary --env NO_X11=true
check-macos-arm: build-macos-arm:
runs-on: macos-11 runs-on: macos-11
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
@ -56,12 +56,9 @@ jobs:
- name: Build - name: Build
run: | run: |
cargo make build-macos-arm-binary cargo make build-macos-arm-binary
- name: Setup tmate session # - name: Setup tmate session
uses: mxschmitt/action-tmate@v3 # uses: mxschmitt/action-tmate@v3
with: # with:
limit-access-to-actor: true # limit-access-to-actor: true
- name: Debug
run: |
file target/aarch64-apple-darwin/debug/espanso
# TODO: add clippy check # TODO: add clippy check