Skip to content

chore(deps): bump actions/setup-java from 1 to 3 #12

chore(deps): bump actions/setup-java from 1 to 3

chore(deps): bump actions/setup-java from 1 to 3 #12

Workflow file for this run

name: Continuous Integration
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
testing:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Java
uses: actions/setup-java@v3
with:
java-version: 17
distribution: oracle
- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
channel: "beta"
- name: Enter to the flutter project directory
run: cd mobile/nairobitrafficpcb