diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 33bd3b7..d42fa09 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,6 +31,6 @@ jobs: - name: Try bun run: bun --version - - name: Show status - if: always() - run: echo $status \ No newline at end of file + - name: Change job status + env: + status: success \ No newline at end of file