Skip to content

Commit

Permalink
test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ant0wan committed Oct 29, 2023
1 parent 2d0f458 commit ecd5bda
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 54 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: Release
# - '[0-9]+.[0-9]+.[0-9]+*'
on:
workflow_run:
workflows: ["Tests"]
workflows: ["Shellcheck"]
types:
- completed
push:
Expand Down
106 changes: 53 additions & 53 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,53 +1,53 @@
name: Tests

on: [push]

permissions: {}

jobs:
test:
#runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
timeout-minutes: 15
strategy:
matrix:
#os: [ubuntu-latest, macos-latest]
tool:
- ansible
- aws
#- bash
#- bitwarden
- bugzilla
- cf2tf
- checkmake
- c
- essentials
#- gitconfig
- git
- hadolint
- hclq
- jq
- kubectx
- kubens
- kustomize
- latex
- opentofu
- python
- rust
- shellcheck
#- ssh
#- strongswan
- terraformdocs
- terraform
- tfam
- tfexe
- tflint
- tfswitch
- vault
- vim
- yq
steps:
- uses: actions/checkout@v3
#- name: ${{ matrix.tool }} ${{ matrix.os }}
- name: ${{ matrix.tool }}
run: ./init.sh ${{ matrix.tool }}
#name: Tests
#
#on: [push]
#
#permissions: {}
#
#jobs:
# test:
# #runs-on: ${{ matrix.os }}
# runs-on: ubuntu-latest
# timeout-minutes: 15
# strategy:
# matrix:
# #os: [ubuntu-latest, macos-latest]
# tool:
# - ansible
# - aws
# #- bash
# #- bitwarden
# - bugzilla
# - cf2tf
# - checkmake
# - c
# - essentials
# #- gitconfig
# - git
# - hadolint
# - hclq
# - jq
# - kubectx
# - kubens
# - kustomize
# - latex
# - opentofu
# - python
# - rust
# - shellcheck
# #- ssh
# #- strongswan
# - terraformdocs
# - terraform
# - tfam
# - tfexe
# - tflint
# - tfswitch
# - vault
# - vim
# - yq
# steps:
# - uses: actions/checkout@v3
# #- name: ${{ matrix.tool }} ${{ matrix.os }}
# - name: ${{ matrix.tool }}
# run: ./init.sh ${{ matrix.tool }}

0 comments on commit ecd5bda

Please sign in to comment.