Skip to content

Commit

Permalink
Removed unused step & rename job
Browse files Browse the repository at this point in the history
  • Loading branch information
M97Chahboun committed Sep 14, 2022
1 parent 4102986 commit c064abd
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/ci-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,10 @@ on:
- dev

jobs:
build:
analyze_code_and_test:
# This job will run on ubuntu virtual machine
runs-on: ubuntu-latest
steps:

# Setup Java environment in order to build the Android app.
- uses: actions/checkout@v1
- uses: actions/setup-java@v1
with:
java-version: '12.x'

# Setup the flutter environment.
- uses: subosito/flutter-action@v1

Expand Down

0 comments on commit c064abd

Please sign in to comment.