Explorar el Código

Update dart.yml

Luke Pighetti hace 5 años
padre
commit
1d0fdd2362
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      .github/workflows/dart.yml

+ 2 - 2
.github/workflows/dart.yml

@@ -1,4 +1,4 @@
-name: Flutter CI
+name: Flutter
 
 on:
   push:
@@ -7,7 +7,7 @@ on:
     branches: [ master ]
 
 jobs:
-  build:
+  test:
     runs-on: ubuntu-latest
 
     steps: