Skip to content

Commit

Permalink
Fix GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
infertux committed Jun 19, 2024
1 parent 1ab5791 commit 8cc56b9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,17 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [ "default-debian-11", "default-debian-12", "default-ubuntu-2204", "default-ubuntu-2404" ]
recipe: [ "server", "client" ]
platform: [ "debian-11", "debian-12", "ubuntu-2204", "ubuntu-2404" ]
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ruby # latest stable release
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Run Test Kitchen platform ${{ matrix.platform }}
run: bundle exec rake kitchen:${{ matrix.platform }}
- name: Run Test Kitchen platform ${{ matrix.recipe }}-${{ matrix.platform }}
run: bundle exec rake kitchen:${{ matrix.recipe }}-${{ matrix.platform }}
style:
runs-on: ubuntu-latest
steps:
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Wireguard Chef cookbook

[![Funding](https://img.shields.io/liberapay/patrons/infertux.svg?logo=liberapay)](https://liberapay.com/infertux/donate)
[![Cookbook](https://img.shields.io/cookbook/v/wireguard.svg)](https://supermarket.getchef.com/cookbooks/wireguard)
[![Build Status](https://github.com/infertux/chef-wireguard/actions/workflows/test.yml/badge.svg)](https://github.com/infertux/chef-wireguard/actions)

## Example usage

Let's assume a server listening on a static public address [2001:1:2:3::cafe] on UDP port 51820
Expand Down

0 comments on commit 8cc56b9

Please sign in to comment.