Perform Testim end-to-end tests
This action runs all tests associated with the label in testim_test
on Testim.
None
Here is how you can call this action:
on:
workflow_call:
inputs:
testim_tests:
description: List of Testim test labels
required: true
type: string
jobs:
end2end_tests:
name: End-to-end testing with Testim
runs-on: ubuntu-latest
strategy:
max-parallel: 1
matrix:
testim_test: ${{ fromJson(inputs.testim_tests) }}
uses: ajilach/[email protected]
with:
testim_test: matrix.testim_test