We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 862b2f8 commit ad6c6daCopy full SHA for ad6c6da
.github/workflows/integration_tests.yml
@@ -12,7 +12,7 @@ on:
12
# The workaround is mentioned here https://github.com/orgs/community/discussions/11692
13
examples:
14
type: string
15
- description: "The list of examples to run. Pass a String with a valid JSON array such as \"[ 'HelloWorld', 'APIGAteway' ]\""
+ description: "The list of examples to run. Pass a String with a valid JSON array such as \"[ 'HelloWorld', 'APIGateway' ]\""
16
required: true
17
default: ""
18
examples_enabled:
@@ -39,7 +39,7 @@ concurrency:
39
40
jobs:
41
test-examples:
42
- name: Test Examples/${{ matrix.examples }} on Linux ${{ matrix.swift.swift_version }}
+ name: Test Examples/${{ matrix.examples }} on ${{ matrix.swift.swift_version }}
43
if: ${{ inputs.examples_enabled }}
44
runs-on: ubuntu-latest
45
strategy:
0 commit comments