Skip to content

Commit

Permalink
Merge pull request OpenUp-LabTakizawa#24 from Marukome0743/main
Browse files Browse the repository at this point in the history
Update workflows
  • Loading branch information
Marukome0743 authored Nov 11, 2023
2 parents 24e93af + 4a57550 commit bdc5ebf
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/bun-types-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ jobs:
build:
name: type-tests
runs-on: ubuntu-latest

outputs:
failing_tests: ${{ steps.test.outputs.failing_tests }}
failing_tests_count: ${{ steps.test.outputs.failing_tests_count }}

steps:
- name: Checkout repo
uses: actions/checkout@v4
Expand Down Expand Up @@ -75,4 +78,4 @@ jobs:
message: |
✅ test failures on ${{ github.workflow }} have been resolved.
<sup>[#${{ github.sha }}](https://github.com/${{ github.repository }}/commits/${{ github.sha }})</sup>
<sup>[#${{ github.sha }}](https://github.com/${{ github.repository }}/commits/${{ github.sha }})</sup>
8 changes: 5 additions & 3 deletions .github/workflows/node-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,12 @@ on:

jobs:
build:

name: build-app
runs-on: ubuntu-latest

outputs:
failing_tests: ${{ steps.test.outputs.failing_tests }}
failing_tests_count: ${{ steps.test.outputs.failing_tests_count }}

steps:
- name: Checkout repo
uses: actions/checkout@v4
Expand Down Expand Up @@ -92,4 +94,4 @@ jobs:
message: |
✅ test failures on ${{ github.workflow }} have been resolved.
<sup>[#${{ github.sha }}](https://github.com/${{ github.repository }}/commits/${{ github.sha }})</sup>
<sup>[#${{ github.sha }}](https://github.com/${{ github.repository }}/commits/${{ github.sha }})</sup>
5 changes: 4 additions & 1 deletion .github/workflows/push-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ jobs:
build:
name: push
runs-on: ubuntu-latest

outputs:
failing_tests: ${{ steps.test.outputs.failing_tests }}
failing_tests_count: ${{ steps.test.outputs.failing_tests_count }}

steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit bdc5ebf

Please sign in to comment.