Skip to content

Commit

Permalink
change test name to a correct one
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeEgret committed Jul 31, 2023
1 parent 42e2d4b commit 02272a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Empty file modified .github/workflows/ios_e2e.sh
100644 → 100755
Empty file.
7 changes: 4 additions & 3 deletions .github/workflows/ios_e2e.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: E2E tests running in AWS Device Farm
name: E2E test running in iOS simulator

on:
push:
branches: [main]
branches:
- main
pull_request:
branches:
- main
Expand All @@ -14,4 +15,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Run test
run: ./.github/workflows/ios_e2e.sh
run: ./.github/workflows/ios_e2e.sh

0 comments on commit 02272a5

Please sign in to comment.