Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use GHA env file to set output #360

Merged
merged 3 commits into from Oct 14, 2022
Merged

Use GHA env file to set output #360

merged 3 commits into from Oct 14, 2022

Conversation

EnricoMi
Copy link
Owner

@EnricoMi EnricoMi commented Oct 13, 2022

  • add notice, echo and output env file to GHA
  • turn echo on in debug mode

https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

@github-actions
Copy link

github-actions bot commented Oct 13, 2022

Test Results (setup-python)

       66 files  ±  0         66 suites  ±0   24m 32s ⏱️ -49s
     304 tests +  1       304 ✔️ +  1      0 💤 ±0  0 ±0 
20 064 runs  +66  19 560 ✔️ +66  504 💤 ±0  0 ±0 

Results for commit c72ed45. ± Comparison against base commit 60624fd.

This pull request removes 2 and adds 3 tests. Note that renamed tests count towards both.
test_github_action.TestGithubAction ‑ test_save_state
test_github_action.TestGithubAction ‑ test_set_output
test_github_action.TestGithubAction ‑ test_add_output
test_github_action.TestGithubAction ‑ test_echo
test_github_action.TestGithubAction ‑ test_notice

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Oct 13, 2022

Test Results (Test File)

97 tests  ±0   80 ✔️ ±0   3m 25s ⏱️ ±0s
  1 suites ±0   17 💤 ±0 
  1 files   ±0     0 ±0 

Results for commit c72ed45. ± Comparison against base commit 60624fd.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Oct 13, 2022

Test Results (Dockerfile)

       66 files  ±  0         66 suites  ±0   24m 32s ⏱️ -49s
     304 tests +  1       304 ✔️ +  1      0 💤 ±0  0 ±0 
20 064 runs  +66  19 560 ✔️ +66  504 💤 ±0  0 ±0 

Results for commit c72ed45. ± Comparison against base commit 60624fd.

This pull request removes 2 and adds 3 tests. Note that renamed tests count towards both.
test_github_action.TestGithubAction ‑ test_save_state
test_github_action.TestGithubAction ‑ test_set_output
test_github_action.TestGithubAction ‑ test_add_output
test_github_action.TestGithubAction ‑ test_echo
test_github_action.TestGithubAction ‑ test_notice

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Oct 13, 2022

Test Results (Test Files)

     66 files  ±0         6 errors  357 suites  ±0   1h 6m 4s ⏱️ ±0s
1 681 tests ±0  1 396 ✔️ ±0    71 💤 ±0  207 ±0  7 🔥 ±0 
1 928 runs  ±0  1 589 ✔️ ±0  106 💤 ±0  225 ±0  8 🔥 ±0 

For more details on these parsing errors, failures and errors, see this check.

Results for commit c72ed45. ± Comparison against base commit 60624fd.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Oct 13, 2022

Test Results (Docker Image)

       66 files  ±  0         66 suites  ±0   24m 32s ⏱️ -49s
     304 tests +  1       304 ✔️ +  1      0 💤 ±0  0 ±0 
20 064 runs  +66  19 560 ✔️ +66  504 💤 ±0  0 ±0 

Results for commit c72ed45. ± Comparison against base commit 60624fd.

This pull request removes 2 and adds 3 tests. Note that renamed tests count towards both.
test_github_action.TestGithubAction ‑ test_save_state
test_github_action.TestGithubAction ‑ test_set_output
test_github_action.TestGithubAction ‑ test_add_output
test_github_action.TestGithubAction ‑ test_echo
test_github_action.TestGithubAction ‑ test_notice

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Oct 13, 2022

Test Results (macOS python installed)

       66 files  ±  0         66 suites  ±0   24m 32s ⏱️ -49s
     304 tests +  1       304 ✔️ +  1      0 💤 ±0  0 ±0 
20 064 runs  +66  19 560 ✔️ +66  504 💤 ±0  0 ±0 

Results for commit c72ed45. ± Comparison against base commit 60624fd.

This pull request removes 2 and adds 3 tests. Note that renamed tests count towards both.
test_github_action.TestGithubAction ‑ test_save_state
test_github_action.TestGithubAction ‑ test_set_output
test_github_action.TestGithubAction ‑ test_add_output
test_github_action.TestGithubAction ‑ test_echo
test_github_action.TestGithubAction ‑ test_notice

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Oct 13, 2022

Test Results (macOS 12 python installed)

       66 files  ±  0         66 suites  ±0   24m 32s ⏱️ -49s
     304 tests +  1       304 ✔️ +  1      0 💤 ±0  0 ±0 
20 064 runs  +66  19 560 ✔️ +66  504 💤 ±0  0 ±0 

Results for commit c72ed45. ± Comparison against base commit 60624fd.

This pull request removes 2 and adds 3 tests. Note that renamed tests count towards both.
test_github_action.TestGithubAction ‑ test_save_state
test_github_action.TestGithubAction ‑ test_set_output
test_github_action.TestGithubAction ‑ test_add_output
test_github_action.TestGithubAction ‑ test_echo
test_github_action.TestGithubAction ‑ test_notice

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Oct 13, 2022

Test Results (macOS python 3.6)

       66 files  ±  0         66 suites  ±0   24m 32s ⏱️ -49s
     304 tests +  1       304 ✔️ +  1      0 💤 ±0  0 ±0 
20 064 runs  +66  19 560 ✔️ +66  504 💤 ±0  0 ±0 

Results for commit c72ed45. ± Comparison against base commit 60624fd.

This pull request removes 2 and adds 3 tests. Note that renamed tests count towards both.
test_github_action.TestGithubAction ‑ test_save_state
test_github_action.TestGithubAction ‑ test_set_output
test_github_action.TestGithubAction ‑ test_add_output
test_github_action.TestGithubAction ‑ test_echo
test_github_action.TestGithubAction ‑ test_notice

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Oct 13, 2022

Test Results (Linux python installed)

       66 files  ±  0         66 suites  ±0   24m 32s ⏱️ -49s
     304 tests +  1       304 ✔️ +  1      0 💤 ±0  0 ±0 
20 064 runs  +66  19 560 ✔️ +66  504 💤 ±0  0 ±0 

Results for commit c72ed45. ± Comparison against base commit 60624fd.

This pull request removes 2 and adds 3 tests. Note that renamed tests count towards both.
test_github_action.TestGithubAction ‑ test_save_state
test_github_action.TestGithubAction ‑ test_set_output
test_github_action.TestGithubAction ‑ test_add_output
test_github_action.TestGithubAction ‑ test_echo
test_github_action.TestGithubAction ‑ test_notice

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Oct 13, 2022

Test Results (Linux python 3.6)

       66 files  ±  0         66 suites  ±0   24m 32s ⏱️ -49s
     304 tests +  1       304 ✔️ +  1      0 💤 ±0  0 ±0 
20 064 runs  +66  19 560 ✔️ +66  504 💤 ±0  0 ±0 

Results for commit c72ed45. ± Comparison against base commit 60624fd.

This pull request removes 2 and adds 3 tests. Note that renamed tests count towards both.
test_github_action.TestGithubAction ‑ test_save_state
test_github_action.TestGithubAction ‑ test_set_output
test_github_action.TestGithubAction ‑ test_add_output
test_github_action.TestGithubAction ‑ test_echo
test_github_action.TestGithubAction ‑ test_notice

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Oct 13, 2022

Test Results (Linux 22.04 python installed)

       66 files  ±  0         66 suites  ±0   24m 32s ⏱️ -49s
     304 tests +  1       304 ✔️ +  1      0 💤 ±0  0 ±0 
20 064 runs  +66  19 560 ✔️ +66  504 💤 ±0  0 ±0 

Results for commit c72ed45. ± Comparison against base commit 60624fd.

This pull request removes 2 and adds 3 tests. Note that renamed tests count towards both.
test_github_action.TestGithubAction ‑ test_save_state
test_github_action.TestGithubAction ‑ test_set_output
test_github_action.TestGithubAction ‑ test_add_output
test_github_action.TestGithubAction ‑ test_echo
test_github_action.TestGithubAction ‑ test_notice

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Oct 13, 2022

Test Results (Windows python installed)

       66 files  ±  0         66 suites  ±0   24m 32s ⏱️ -49s
     304 tests +  1       304 ✔️ +  1      0 💤 ±0  0 ±0 
20 064 runs  +66  19 560 ✔️ +66  504 💤 ±0  0 ±0 

Results for commit c72ed45. ± Comparison against base commit 60624fd.

This pull request removes 2 and adds 3 tests. Note that renamed tests count towards both.
test_github_action.TestGithubAction ‑ test_save_state
test_github_action.TestGithubAction ‑ test_set_output
test_github_action.TestGithubAction ‑ test_add_output
test_github_action.TestGithubAction ‑ test_echo
test_github_action.TestGithubAction ‑ test_notice

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Oct 13, 2022

Test Results (reference)

       66 files  ±  0         66 suites  ±0   24m 32s ⏱️ -49s
     304 tests +  1       304 ✔️ +  1      0 💤 ±0  0 ±0 
20 064 runs  +66  19 560 ✔️ +66  504 💤 ±0  0 ±0 

Results for commit c72ed45. ± Comparison against base commit 60624fd.

This pull request removes 2 and adds 3 tests. Note that renamed tests count towards both.
test_github_action.TestGithubAction ‑ test_save_state
test_github_action.TestGithubAction ‑ test_set_output
test_github_action.TestGithubAction ‑ test_add_output
test_github_action.TestGithubAction ‑ test_echo
test_github_action.TestGithubAction ‑ test_notice

♻️ This comment has been updated with latest results.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant