From b1c29b18b936b29f6029ec0a2895bfa58fdd3400 Mon Sep 17 00:00:00 2001 From: k1LoW Date: Sat, 27 Jan 2024 18:55:10 +0900 Subject: [PATCH] bonsai --- .github/workflows/integration.yml | 3 +-- testdata/path/to/{config.yml => .octocov.yml} | 0 2 files changed, 1 insertion(+), 2 deletions(-) rename testdata/path/to/{config.yml => .octocov.yml} (100%) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index a58a978..ef2192c 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v4 - uses: ./ with: - config: testdata/path/to/config.yml + config: testdata/path/to/.octocov.yml test-run-with-workdir: strategy: matrix: @@ -23,5 +23,4 @@ jobs: - uses: actions/checkout@v4 - uses: ./ with: - config: config.yml workdir: testdata/path/to diff --git a/testdata/path/to/config.yml b/testdata/path/to/.octocov.yml similarity index 100% rename from testdata/path/to/config.yml rename to testdata/path/to/.octocov.yml