fix(deps): bump org.slf4j:slf4j-api from 2.0.14 to 2.0.16 #708
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Health ArgoCD Local | |
# This workflow tests the Lua scripts for MongoDb health status in ArgoCD | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
timeout-minutes: 60 | |
steps: | |
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 #v4.1.7 | |
- uses: leafo/gh-actions-lua@v10 | |
- uses: leafo/gh-actions-luarocks@v4 | |
- name: Test | |
run: | | |
luarocks --server=https://rocks.moonscript.org install lyaml | |
lua health/argocd/persistence.sda-se.com/MongoDb/health_test.lua |