Skip to content

Commit

Permalink
Setup CI CD 6 πŸ«ΈπŸŒ€βœοΈπŸ“— :octocat:
Browse files Browse the repository at this point in the history
  • Loading branch information
hendisantika committed Jan 17, 2024
1 parent 5a4444d commit 2e4d075
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/app_center.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
setup-flutter:
name: Setup Flutter
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- run: echo "πŸŽ‰ Triggered by a ${{ github.event_name }} on ${{ github.ref }}"
- name: Check out repository code
Expand All @@ -21,7 +21,7 @@ jobs:
- run: flutter pub get
setup-appcenter-cli: # must have node and npm installed!
name: Setup AppCenter CLI
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- name: Install appcenter-cli
uses: charliealbright/appcenter-cli-action@v1.0.1
Expand Down

0 comments on commit 2e4d075

Please sign in to comment.