From 7523ab0a89fd89c1f9501a79247c69dc5ecd885d Mon Sep 17 00:00:00 2001 From: Stefan Koch Date: Fri, 13 Jan 2023 11:46:58 +0100 Subject: [PATCH] test integration tests within PR --- .github/workflows/integration.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 5e7722a..6acd5a9 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -1,5 +1,5 @@ name: hcloud-ruby integration tests -on: [workflow_dispatch] +on: [push] jobs: test: @@ -17,3 +17,5 @@ jobs: bundler-cache: true - name: Run integration tests run: bundle exec rspec -t integration + env: + HCLOUD_TOKEN: ${{ secrets.HCLOUD_TOKEN }}