From fc6db751bf3919b1a735ca7089ae1b9cf182957c Mon Sep 17 00:00:00 2001 From: Yoann Chaudet Date: Thu, 18 Aug 2022 17:43:49 -0700 Subject: [PATCH] doc --- .github/workflows/{test.yml => test-hosted-runners.yml} | 7 +++++++ 1 file changed, 7 insertions(+) rename .github/workflows/{test.yml => test-hosted-runners.yml} (82%) diff --git a/.github/workflows/test.yml b/.github/workflows/test-hosted-runners.yml similarity index 82% rename from .github/workflows/test.yml rename to .github/workflows/test-hosted-runners.yml index 0907a6c..3ec5af5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test-hosted-runners.yml @@ -1,5 +1,12 @@ name: Run Tests +# +# Create some files with script/new-artifact.sh and confirm they are properly packaged and uploaded +# as artifacts with the actions. +# +# This is tested on all OS platforms where we have hosted runners. +# + on: push: branches: