diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-11-12 12:43:55 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-11-12 12:43:55 +0900 |
| commit | 19cc9f7fb06ad73bc76cbb3c7430b48fcf8c68f0 (patch) | |
| tree | 89dc0f7998befc512bf6c1415ba736c37302d750 /.github/workflows | |
| parent | fix test (diff) | |
| download | sharkey-19cc9f7fb06ad73bc76cbb3c7430b48fcf8c68f0.tar.gz sharkey-19cc9f7fb06ad73bc76cbb3c7430b48fcf8c68f0.tar.bz2 sharkey-19cc9f7fb06ad73bc76cbb3c7430b48fcf8c68f0.zip | |
test
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/test.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 045d209802..e220d714d0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -41,7 +41,7 @@ jobs: - name: Check yarn.lock run: git diff --exit-code yarn.lock - name: Copy Configure - run: cp test/test.yml .config + run: cp .github/misskey/test.yml .config - name: Build run: yarn build - name: Test @@ -80,7 +80,7 @@ jobs: - name: Check yarn.lock run: git diff --exit-code yarn.lock - name: Copy Configure - run: cp test/test.yml .config + run: cp .github/misskey/test.yml .config - name: Build run: yarn build - name: Test |