Skip to content

Commit

Permalink
run validation pipelines in azure using github action
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Aguilera <[email protected]>
  • Loading branch information
jagedn committed Aug 29, 2024
1 parent 056ace4 commit e83f052
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/nfazure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ jobs:
GRADLE_OPTS: '-Dorg.gradle.daemon=false'

- name: Validate
run: |
sudo -u manager
run: |
cd validation
export NOMAD_PLUGIN_VERSION=nfazure
./run-all.sh --skiplocal --nfgithub

0 comments on commit e83f052

Please sign in to comment.