From 8669390af6de67395918a9688ac24dd62c0787a5 Mon Sep 17 00:00:00 2001 From: Akira Hayashi Date: Sun, 16 Jun 2024 06:18:44 +0900 Subject: [PATCH] Follow chonge in interface --- .github/workflows/test.yml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 610897e..209dd70 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,13 +14,22 @@ jobs: with: params: > { - "foo": {"continue-on-error": "false"}, - "bar": {"timeout-minutes": "10"} + "workflow": { + "on": "[push, pull_request]" + }, + "jobs.test": { + "runs-on": "ubuntu-latest" + }, + "steps.foo": { + "continue-on-error": "true" + }, + "steps.bar": { + "timeout-minutes": "10" + } } - id: foo run: echo hello - continue-on-error: true - id: bar run: sleep 5