Skip to content

Commit

Permalink
Merge pull request #37 from mailjet/fix
Browse files Browse the repository at this point in the history
Add CI development process
  • Loading branch information
oleksandr-mykhailenko committed Mar 3, 2024
2 parents 97b3a3b + 3940620 commit 0b5369b
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: TERUpload

on:
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'
tags:
required: false
description: 'Test scenario tags'

jobs:
TERUpload:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v2
- uses: tomasnorre/typo3-upload-ter@v2
with:
api-token: ${{ secrets.TYPO3_API_TOKEN }}

0 comments on commit 0b5369b

Please sign in to comment.