Skip to content

Commit

Permalink
Rename CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
temeddix committed May 21, 2024
1 parent 7e4029a commit 62ff156
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Verify that the example app works properly.
name: build-example-app
name: example-app

on:
push:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Verify that the app build works as intended
# when utilizing the code inside the repository.
name: build-test-app
name: test-app

on:
push:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Verify that the documentation steps function as intended
# when users utilize released versions
# instead of the code from the repository.
name: build-user-app
name: user-app

on:
workflow_dispatch:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Pub Version](https://img.shields.io/pub/v/rinf)](https://pub.dev/packages/rinf)
[![Crate Version](https://img.shields.io/crates/v/rinf)](https://crates.io/crates/rinf)
[![GitHub Stars](https://img.shields.io/github/stars/cunarist/rinf)](https://github.com/cunarist/rinf/stargazers)
[![Build Test](https://github.com/cunarist/rinf/actions/workflows/build_test_app.yaml/badge.svg)](https://github.com/cunarist/rinf/actions/workflows/build_test_app.yaml?query=branch%3Amain)
[![Test App](https://github.com/cunarist/rinf/actions/workflows/test_app.yaml/badge.svg)](https://github.com/cunarist/rinf/actions/workflows/test_app.yaml?query=branch%3Amain)
[![GitHub License](https://img.shields.io/github/license/cunarist/rinf)](https://github.com/cunarist/rinf/blob/main/LICENSE)

**Rust for native business logic, Flutter for flexible and beautiful GUI**
Expand All @@ -18,7 +18,7 @@ Visit the [demo](https://rinf-demo.cunarist.com/) running on the web to experien

## 🖥️ Platform Support

All platforms available with Flutter are [tested](https://github.com/cunarist/rinf/actions/workflows/build_test_app.yaml?query=branch%3Amain) and supported. Challenging build settings are automatically handled by this framework.
All platforms available with Flutter are [tested](https://github.com/cunarist/rinf/actions/workflows/test_app.yaml?query=branch%3Amain) and supported. Challenging build settings are automatically handled by this framework.

- ✅ Linux: Tested and supported
- ✅ Android: Tested and supported
Expand Down
2 changes: 1 addition & 1 deletion documentation/overrides/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ <h2>Platform Support</h2>
<p>
All platforms available with Flutter are
<a
href="https://github.com/cunarist/rinf/actions/workflows/build_test_app.yaml?query=branch%3Amain"
href="https://github.com/cunarist/rinf/actions/workflows/test_app.yaml?query=branch%3Amain"
>tested</a
>
and supported. Challenging build settings are automatically handled by
Expand Down
4 changes: 2 additions & 2 deletions flutter_ffi_plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Pub Version](https://img.shields.io/pub/v/rinf)](https://pub.dev/packages/rinf)
[![Crate Version](https://img.shields.io/crates/v/rinf)](https://crates.io/crates/rinf)
[![GitHub Stars](https://img.shields.io/github/stars/cunarist/rinf)](https://github.com/cunarist/rinf/stargazers)
[![Build Test](https://github.com/cunarist/rinf/actions/workflows/build_test_app.yaml/badge.svg)](https://github.com/cunarist/rinf/actions/workflows/build_test_app.yaml?query=branch%3Amain)
[![Test App](https://github.com/cunarist/rinf/actions/workflows/test_app.yaml/badge.svg)](https://github.com/cunarist/rinf/actions/workflows/test_app.yaml?query=branch%3Amain)
[![GitHub License](https://img.shields.io/github/license/cunarist/rinf)](https://github.com/cunarist/rinf/blob/main/LICENSE)

**Rust for native business logic, Flutter for flexible and beautiful GUI**
Expand All @@ -18,7 +18,7 @@ Visit the [demo](https://rinf-demo.cunarist.com/) running on the web to experien

## 🖥️ Platform Support

All platforms available with Flutter are [tested](https://github.com/cunarist/rinf/actions/workflows/build_test_app.yaml?query=branch%3Amain) and supported. Challenging build settings are automatically handled by this framework.
All platforms available with Flutter are [tested](https://github.com/cunarist/rinf/actions/workflows/test_app.yaml?query=branch%3Amain) and supported. Challenging build settings are automatically handled by this framework.

- ✅ Linux: Tested and supported
- ✅ Android: Tested and supported
Expand Down
4 changes: 2 additions & 2 deletions rust_crate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Pub Version](https://img.shields.io/pub/v/rinf)](https://pub.dev/packages/rinf)
[![Crate Version](https://img.shields.io/crates/v/rinf)](https://crates.io/crates/rinf)
[![GitHub Stars](https://img.shields.io/github/stars/cunarist/rinf)](https://github.com/cunarist/rinf/stargazers)
[![Build Test](https://github.com/cunarist/rinf/actions/workflows/build_test_app.yaml/badge.svg)](https://github.com/cunarist/rinf/actions/workflows/build_test_app.yaml?query=branch%3Amain)
[![Test App](https://github.com/cunarist/rinf/actions/workflows/test_app.yaml/badge.svg)](https://github.com/cunarist/rinf/actions/workflows/test_app.yaml?query=branch%3Amain)
[![GitHub License](https://img.shields.io/github/license/cunarist/rinf)](https://github.com/cunarist/rinf/blob/main/LICENSE)

**Rust for native business logic, Flutter for flexible and beautiful GUI**
Expand All @@ -18,7 +18,7 @@ Visit the [demo](https://rinf-demo.cunarist.com/) running on the web to experien

## 🖥️ Platform Support

All platforms available with Flutter are [tested](https://github.com/cunarist/rinf/actions/workflows/build_test_app.yaml?query=branch%3Amain) and supported. Challenging build settings are automatically handled by this framework.
All platforms available with Flutter are [tested](https://github.com/cunarist/rinf/actions/workflows/test_app.yaml?query=branch%3Amain) and supported. Challenging build settings are automatically handled by this framework.

- ✅ Linux: Tested and supported
- ✅ Android: Tested and supported
Expand Down

0 comments on commit 62ff156

Please sign in to comment.