From 3bc2c10728df0c41225646979e4b8b70f1b01092 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 7 Jan 2022 10:22:27 -0300 Subject: [PATCH] update ubuntu workflow with remote test Signed-off-by: GuillaumeFalourd --- .github/workflows/macos_action_test.yml | 18 ++++++++++++++++++ .github/workflows/windows_action_test.yml | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/.github/workflows/macos_action_test.yml b/.github/workflows/macos_action_test.yml index ddf5e30..24cc448 100644 --- a/.github/workflows/macos_action_test.yml +++ b/.github/workflows/macos_action_test.yml @@ -33,6 +33,24 @@ jobs: empty: true tags: true + macos-full-remote: + runs-on: macos-latest + steps: + - uses: actions/checkout@v2.3.4 + - run: date > reports/macos_report_full_remote.txt + - uses: GuillaumeFalourd/git-commit-push@main + with: + email: ${{ github.actor }}[bot]@users.noreply.github.com + name: ${{ github.actor }} + commit_message: macos full remote workflow + target_branch: macos + files: reports/macos_report_full_remote.txt + remote_repository: https://github.com/GuillaumeFalourd/poc-github-actions + access_token: ${{ secrets.ACCESS_TOKEN }} + force: true + empty: true + tags: true + macos-nochanges: runs-on: macos-latest steps: diff --git a/.github/workflows/windows_action_test.yml b/.github/workflows/windows_action_test.yml index cdd92a7..ce7efa1 100644 --- a/.github/workflows/windows_action_test.yml +++ b/.github/workflows/windows_action_test.yml @@ -33,6 +33,24 @@ jobs: empty: true tags: true + windows-full-remote: + runs-on: windows-latest + steps: + - uses: actions/checkout@v2.3.4 + - run: date > reports/windows_report_full_remote.txt + - uses: GuillaumeFalourd/git-commit-push@main + with: + email: ${{ github.actor }}[bot]@users.noreply.github.com + name: ${{ github.actor }} + commit_message: windows full remote workflow + target_branch: windows + files: reports/windows_report_full_remote.txt + remote_repository: https://github.com/GuillaumeFalourd/poc-github-actions + access_token: ${{ secrets.ACCESS_TOKEN }} + force: true + empty: true + tags: true + windows-nochanges: runs-on: windows-latest steps: