Skip to content

feat: add ci pipeline for testing gin-mongo native #27

feat: add ci pipeline for testing gin-mongo native

feat: add ci pipeline for testing gin-mongo native #27

Workflow file for this run

name: Display Workflow Content
on: [pull_request]
jobs:
show-workflow-file:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
with :
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.head_ref }}
- name: Display content of the test-stage.yml
run: cat .github/workflows/test_stage.yml