Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
admiswalker committed Aug 16, 2024
1 parent 6c55477 commit b87ec2b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main_tests_on_alpine.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Test on Alpine
name: Alpine Env

on:
push:
Expand All @@ -7,7 +7,7 @@ on:
branches: [ main, dev, develop ]

jobs:
Build-and-Test-on-Alpine:
Build-and-Test:
runs-on: ubuntu-24.04
container:
image: crystallang/crystal:latest-alpine
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main_tests_on_archlinux.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Test on Archlinux
name: Archlinux Env

on:
push:
Expand All @@ -7,7 +7,7 @@ on:
branches: [ main, dev, develop ]

jobs:
Build-and-Test-on-Archlinux:
Build-and-Test:
runs-on: ubuntu-24.04
container:
image: archlinux
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main_tests_on_debian.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Test on Debian
name: Debian Env

on:
push:
Expand All @@ -7,7 +7,7 @@ on:
branches: [ main, dev, develop ]

jobs:
Build-and-Test-on-Debian:
Build-and-Test:
runs-on: ubuntu-24.04
container:
image: debian:12
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main_tests_on_raspberry_pi_os_arm64.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Test on Raspberry Pi OS (Arm64)
name: Raspberry Pi OS (Arm64) Evn

on:
push:
Expand All @@ -7,7 +7,7 @@ on:
branches: [ main, dev, develop ]

jobs:
Build-and-Test-on-Raspberry-Pi-OS-Arm64:
Build-and-Test:
runs-on: ubuntu-24.04

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main_tests_on_ubuntu.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Test on Ubuntu
name: Ubuntu Env

on:
push:
Expand All @@ -7,7 +7,7 @@ on:
branches: [ main, dev, develop ]

jobs:
Build-and-Test-on-Ubuntu:
Build-and-Test:
runs-on: ubuntu-24.04
steps:
- name: checkout repository
Expand Down

0 comments on commit b87ec2b

Please sign in to comment.