Skip to content

Commit

Permalink
revert spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
ckoegel committed May 14, 2024
1 parent 912b12d commit 0e30eae
Showing 1 changed file with 31 additions and 31 deletions.
62 changes: 31 additions & 31 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
name: Test
on:
pull_request:
paths:
- "action.yml"
workflow_dispatch:
pull_request:
paths:
- "action.yml"
workflow_dispatch:

jobs:
test:
name: Test
runs-on: ${{ fromJSON(vars.SWI_GLORG_UBUNTU_2204) }}
permissions:
id-token: write
contents: write
steps:
- name: Get Github Token from Vault
uses: Bandwidth/vault-provider-action@v1
with:
export-github-pat: true
test:
name: Test
runs-on: ${{ fromJSON(vars.SWI_GLORG_UBUNTU_2204) }}
permissions:
id-token: write
contents: write
steps:
- name: Get Github Token from Vault
uses: Bandwidth/vault-provider-action@v1
with:
export-github-pat: true

- name: Checkout
uses: actions/checkout@v4
- name: Checkout
uses: actions/checkout@v4

- name: Run Test with Local Files
id: generate
uses: ./
with:
branch-name: ci-cd-test
token: ${{ env.GITHUB_TEAM_ACCESS_TOKEN }}
openapi-generator-version: 6.5.0
language: python
api-spec-path: ./utils/bandwidth.yml
config: ./utils/test-config.yml
- name: Run Test with Local Files
id: generate
uses: ./
with:
branch-name: ci-cd-test
token: ${{ env.GITHUB_TEAM_ACCESS_TOKEN }}
openapi-generator-version: 6.5.0
language: python
api-spec-path: ./utils/bandwidth.yml
config: ./utils/test-config.yml

- name: Delete Branch
if: ${{ always() }}
run: git push origin --delete ci-cd-test
shell: bash
- name: Delete Branch
if: ${{ always() }}
run: git push origin --delete ci-cd-test
shell: bash

0 comments on commit 0e30eae

Please sign in to comment.