Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
Upgrade PDK version
Added github workflow
  • Loading branch information
enricovianello committed Oct 10, 2023
1 parent 9eb714f commit 33aff2c
Show file tree
Hide file tree
Showing 10 changed files with 730 additions and 62 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/pdk-test-unit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Run PDK tests

on:
- push
- pull_request

jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Validate
uses: mysociety/action-pdk@master
with:
action: 'validate'

- name: Run Unit Tests
uses: mysociety/action-pdk@master
with:
action: 'test unit'
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
/log/
/pkg/
/spec/fixtures/manifests/
/spec/fixtures/modules/
/spec/fixtures/modules/*
/tmp/
/vendor/
/convert_report.txt
Expand All @@ -25,3 +25,4 @@
.project
.envrc
/inventory.yaml
/spec/fixtures/litmus_inventory.yaml
11 changes: 6 additions & 5 deletions .pdkignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
/log/
/pkg/
/spec/fixtures/manifests/
/spec/fixtures/modules/
/spec/fixtures/modules/*
/tmp/
/vendor/
/convert_report.txt
Expand All @@ -25,18 +25,19 @@
.project
.envrc
/inventory.yaml
/appveyor.yml
/spec/fixtures/litmus_inventory.yaml
/.fixtures.yml
/Gemfile
/.gitattributes
/.gitignore
/.gitlab-ci.yml
/.pdkignore
/.puppet-lint.rc
/Rakefile
/rakelib/
/.rspec
/.rubocop.yml
/.travis.yml
/..yml
/.yardopts
/spec/
/.vscode/
/.sync.yml
/.devcontainer/
Loading

0 comments on commit 33aff2c

Please sign in to comment.