Skip to content

Commit

Permalink
test integration tests within PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Koch committed Jan 13, 2023
1 parent 205cd92 commit 7523ab0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: hcloud-ruby integration tests
on: [workflow_dispatch]
on: [push]

jobs:
test:
Expand All @@ -17,3 +17,5 @@ jobs:
bundler-cache: true
- name: Run integration tests
run: bundle exec rspec -t integration
env:
HCLOUD_TOKEN: ${{ secrets.HCLOUD_TOKEN }}

0 comments on commit 7523ab0

Please sign in to comment.