summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/kitchen.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/kitchen.yml b/.github/workflows/kitchen.yml
index e8a3b1f089..6e91cff90c 100644
--- a/.github/workflows/kitchen.yml
+++ b/.github/workflows/kitchen.yml
@@ -216,6 +216,8 @@ jobs:
gem install kitchen
cd /home/runner/work/chef/chef/kitchen-tests
bundle install
+ echo Buildkite
echo $BUILDKITE_COMMIT
+ echo git rev parse
echo `git rev-parse HEAD`
bundle exec kitchen test end-to-end-${{ matrix.os }}