Skip to content

Commit 7523ab0

Browse files
author
Stefan Koch
committed
test integration tests within PR
1 parent 205cd92 commit 7523ab0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/integration.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: hcloud-ruby integration tests
2-
on: [workflow_dispatch]
2+
on: [push]
33

44
jobs:
55
test:
@@ -17,3 +17,5 @@ jobs:
1717
bundler-cache: true
1818
- name: Run integration tests
1919
run: bundle exec rspec -t integration
20+
env:
21+
HCLOUD_TOKEN: ${{ secrets.HCLOUD_TOKEN }}

0 commit comments

Comments
 (0)