diff options
| author | Dax Raad <[email protected]> | 2025-09-27 03:19:34 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-09-27 03:19:34 -0400 |
| commit | 468d919a927c686fa99e9cd7dae11d6036126577 (patch) | |
| tree | dc8f0934f6924934f6bd840f4a476e8076e864d6 /.github/workflows | |
| parent | 7e5527379d2ad9cc4a1777dcaaaad523a0df94e7 (diff) | |
| download | opencode-468d919a927c686fa99e9cd7dae11d6036126577.tar.gz opencode-468d919a927c686fa99e9cd7dae11d6036126577.zip | |
ci: fix
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ad1e02049..73516f2ec 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ on: - production workflow_dispatch: jobs: - format: + test: runs-on: ubuntu-latest steps: - name: Checkout repository |
