From 6ce41ac210ee98d110eba11df9688c3c9ffb44b9 Mon Sep 17 00:00:00 2001 From: Konboi Date: Fri, 9 Aug 2024 14:58:06 +0900 Subject: [PATCH 1/3] test new version --- .../record-build-and-test-results-action.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/record-build-and-test-results-action.yml b/.github/workflows/record-build-and-test-results-action.yml index a0dcab8..86f86f7 100644 --- a/.github/workflows/record-build-and-test-results-action.yml +++ b/.github/workflows/record-build-and-test-results-action.yml @@ -29,13 +29,13 @@ jobs: with: fetch-depth: 0 - name: Record build and test results action - uses: launchableinc/record-build-and-test-results-action@support-flavor-and-test-session-name-options + uses: launchableinc/record-build-and-test-results-action@update-actions-version with: report_path: launchable-test-result/test-results.xml test_runner: pytest if: always() - name: Record build and test results action with no build - uses: launchableinc/record-build-and-test-results-action@support-flavor-and-test-session-name-options + uses: launchableinc/record-build-and-test-results-action@update-actions-version with: report_path: launchable-test-result/test-results.xml test_runner: pytest @@ -48,21 +48,21 @@ jobs: with: fetch-depth: 0 - name: Record build and test results action with test_session_name option - uses: launchableinc/record-build-and-test-results-action@support-flavor-and-test-session-name-options + uses: launchableinc/record-build-and-test-results-action@update-actions-version with: report_path: launchable-test-result/test-results.xml test_runner: pytest test_session_name: ${{ github.run_id }} if: always() - name: Record build and test results action with test_session_name option part 2 - uses: launchableinc/record-build-and-test-results-action@support-flavor-and-test-session-name-options + uses: launchableinc/record-build-and-test-results-action@update-actions-version with: report_path: launchable-test-result/test-results.xml test_runner: pytest test_session_name: ${{ github.run_id }} if: always() - name: Record build and test results action with custom build name - uses: launchableinc/record-build-and-test-results-action@support-flavor-and-test-session-name-options + uses: launchableinc/record-build-and-test-results-action@update-actions-version with: report_path: launchable-test-result/test-results.xml test_runner: pytest @@ -82,7 +82,7 @@ jobs: with: fetch-depth: 0 - name: Record build and test results action with custom build name and test_session_name option with flavor - uses: launchableinc/record-build-and-test-results-action@support-flavor-and-test-session-name-options + uses: launchableinc/record-build-and-test-results-action@update-actions-version with: report_path: launchable-test-result/test-results.xml test_runner: pytest @@ -91,7 +91,7 @@ jobs: flavors: 'build_name=true, test_session_name=true, flavors=true, count=1, python_version=${{ matrix.python_version }}, os=${{ matrix.os }}' if: always() - name: Record build and test results action with custom build name and test_session_name option with flavor part 2 - uses: launchableinc/record-build-and-test-results-action@support-flavor-and-test-session-name-options + uses: launchableinc/record-build-and-test-results-action@update-actions-version with: report_path: launchable-test-result/test-results.xml test_runner: pytest From 3ef749b17f2e8195f9bf3c2d028ad204f96ab33e Mon Sep 17 00:00:00 2001 From: Konboi Date: Fri, 9 Aug 2024 14:59:45 +0900 Subject: [PATCH 2/3] fix some miss configurations --- .../workflows/record-build-and-test-results-action.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/record-build-and-test-results-action.yml b/.github/workflows/record-build-and-test-results-action.yml index 86f86f7..d874113 100644 --- a/.github/workflows/record-build-and-test-results-action.yml +++ b/.github/workflows/record-build-and-test-results-action.yml @@ -2,19 +2,17 @@ name: record-build-and-test-results-action on: push: branches: - - main - - github-test-result-action # for debug + - master paths: - "launchable-test-result//**" - - ".github/workflows/record-build-and-test-results-action.yml" # for debug + - ".github/workflows/record-build-and-test-results-action.yml" pull_request: branches: - - main - - github-test-result-action # for debug + - master paths: - "launchable-test-result//**" - - ".github/workflows/record-build-and-test-results-action.yml" # for debug + - ".github/workflows/record-build-and-test-results-action.yml" env: LAUNCHABLE_TOKEN: ${{ secrets.LAUNCHABLE_TOKEN_PYTEST }} From 1fba4a54f5bb3d94abb76a707efb0fa6375646e6 Mon Sep 17 00:00:00 2001 From: Konboi Date: Wed, 14 Aug 2024 08:40:38 +0900 Subject: [PATCH 3/3] use latest version --- .../record-build-and-test-results-action.yml | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/record-build-and-test-results-action.yml b/.github/workflows/record-build-and-test-results-action.yml index d874113..7b2e66a 100644 --- a/.github/workflows/record-build-and-test-results-action.yml +++ b/.github/workflows/record-build-and-test-results-action.yml @@ -27,13 +27,13 @@ jobs: with: fetch-depth: 0 - name: Record build and test results action - uses: launchableinc/record-build-and-test-results-action@update-actions-version + uses: launchableinc/record-build-and-test-results-action@v1.1.0 with: report_path: launchable-test-result/test-results.xml test_runner: pytest if: always() - name: Record build and test results action with no build - uses: launchableinc/record-build-and-test-results-action@update-actions-version + uses: launchableinc/record-build-and-test-results-action@v1.1.0 with: report_path: launchable-test-result/test-results.xml test_runner: pytest @@ -46,21 +46,21 @@ jobs: with: fetch-depth: 0 - name: Record build and test results action with test_session_name option - uses: launchableinc/record-build-and-test-results-action@update-actions-version + uses: launchableinc/record-build-and-test-results-action@v1.1.0 with: report_path: launchable-test-result/test-results.xml test_runner: pytest test_session_name: ${{ github.run_id }} if: always() - name: Record build and test results action with test_session_name option part 2 - uses: launchableinc/record-build-and-test-results-action@update-actions-version + uses: launchableinc/record-build-and-test-results-action@v1.1.0 with: report_path: launchable-test-result/test-results.xml test_runner: pytest test_session_name: ${{ github.run_id }} if: always() - name: Record build and test results action with custom build name - uses: launchableinc/record-build-and-test-results-action@update-actions-version + uses: launchableinc/record-build-and-test-results-action@v1.1.0 with: report_path: launchable-test-result/test-results.xml test_runner: pytest @@ -68,8 +68,8 @@ jobs: matrix-case: strategy: matrix: - python_version: ['3.12', '3.11', '3.10'] - os: ['ubuntu-latest', 'windows-latest'] + python_version: ["3.12", "3.11", "3.10"] + os: ["ubuntu-latest", "windows-latest"] runs-on: ubuntu-latest steps: - name: Replace python version's dot to hyphen @@ -80,20 +80,20 @@ jobs: with: fetch-depth: 0 - name: Record build and test results action with custom build name and test_session_name option with flavor - uses: launchableinc/record-build-and-test-results-action@update-actions-version + uses: launchableinc/record-build-and-test-results-action@v1.1.0 with: report_path: launchable-test-result/test-results.xml test_runner: pytest build_name: ${{ github.run_id }}-${{ github.job }} test_session_name: ${{ github.run_id }}-${{ github.job }}-${{ matrix.os }}-${{ env.python_version }} - flavors: 'build_name=true, test_session_name=true, flavors=true, count=1, python_version=${{ matrix.python_version }}, os=${{ matrix.os }}' + flavors: "build_name=true, test_session_name=true, flavors=true, count=1, python_version=${{ matrix.python_version }}, os=${{ matrix.os }}" if: always() - name: Record build and test results action with custom build name and test_session_name option with flavor part 2 - uses: launchableinc/record-build-and-test-results-action@update-actions-version + uses: launchableinc/record-build-and-test-results-action@v1.1.0 with: report_path: launchable-test-result/test-results.xml test_runner: pytest build_name: ${{ github.run_id }}-${{ github.job }} test_session_name: ${{ github.run_id }}-${{ github.job }}-${{ matrix.os }}-${{ env.python_version }} - flavors: 'build_name=true, test_session_name=true, flavors=true, count=2, python_version=${{ matrix.python_version }}, os=${{ matrix.os }}' - if: always() \ No newline at end of file + flavors: "build_name=true, test_session_name=true, flavors=true, count=2, python_version=${{ matrix.python_version }}, os=${{ matrix.os }}" + if: always()