mirror of
https://github.com/jlengrand/push-adyen-collections-to-postman-javascript-action.git
synced 2026-03-10 08:41:23 +00:00
19 lines
560 B
YAML
19 lines
560 B
YAML
name: Sample Test for action
|
|
|
|
on: [push]
|
|
|
|
jobs:
|
|
sample_test_job:
|
|
runs-on: ubuntu-latest
|
|
name: A job to test the action in the repo
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
with:
|
|
fetch-depth: 2
|
|
- name: push-adyen-collections-to-postman-javascript-action
|
|
id: process
|
|
uses: jlengrand/push-adyen-collections-to-postman-javascript-action@main
|
|
with:
|
|
postman-key: ${{ secrets.POSTMAN_API_KEY }}
|
|
workspace-id: ${{ secrets.POSTMAN_WORKSPACE_ID }}
|
|
path-to-process: samples/*.yml |