Skip to content

Commit

Permalink
Tweaked Fedora Podman CI.
Browse files Browse the repository at this point in the history
Updated readme shields.
  • Loading branch information
ceiphr committed Jun 28, 2023
1 parent f269727 commit c9a02a1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/fedora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ jobs:
echo 'ENV CI=true'
echo 'COPY dotfiles dotfiles'
echo 'WORKDIR /dotfiles'
echo 'RUN npm install -g bats'
echo 'RUN bash --version'
echo 'RUN bash -c "time bats --print-output-on-failure test/test.bats"'
echo 'RUN bash -c "time sh test/bats/bin/bats --print-output-on-failure test/test.bats"'
} > podmanfile
podman build --tag fedora${{ matrix.fedora-version }}test -f ./podmanfile
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
<h1 align="center">
Ari's Dotfiles

[![CI][ci-shield]][ci-url] [![BASH Version][bash-version]][bash-url]
[![Ubuntu CI][ubuntu-ci-shield]][ubuntu-ci-url]
[![Fedora CI][fedora-ci-shield]][fedora-ci-url]
[![MIT License][license-shield]][license-url]

</h1>

<p align="center">Intended for Fedora/RHEL systems and GitHub Codespaces. Tested on Fedora 38.</p>
<p align="center">Intended for Linux systems. Tested on Ubuntu 21.04 and Fedora 38.</p>

## About The Project

Expand Down Expand Up @@ -82,11 +83,11 @@ Distributed under the MIT License. See
[LICENSE](https://github.com/ceiphr/dotfiles/blob/main/LICENSE) for more
information.

[bash-version]:
https://img.shields.io/badge/bash-v4.4%5E-green?&logo=gnubash&logoColor=white
[bash-url]: https://packages.fedoraproject.org/pkgs/bash/bash/
[ci-shield]:
https://img.shields.io/github/actions/workflow/status/ceiphr/dotfiles/main.yml?logo=github
[ci-url]: https://github.com/ceiphr/dotfiles/actions/workflows/main.yml
[ubuntu-ci-shield]:
https://img.shields.io/github/actions/workflow/status/ceiphr/dotfiles/ubuntu.yml?logo=github&label=ubuntu
[ubuntu-ci-url]: https://github.com/ceiphr/dotfiles/actions/workflows/ubuntu.yml
[fedora-ci-shield]:
https://img.shields.io/github/actions/workflow/status/ceiphr/dotfiles/fedora.yml?logo=github&label=fedora
[fedora-ci-url]: https://github.com/ceiphr/dotfiles/actions/workflows/fedora.yml
[license-shield]: https://img.shields.io/github/license/ceiphr/dotfiles
[license-url]: https://github.com/ceiphr/dotfiles/blob/main/LICENSE

0 comments on commit c9a02a1

Please sign in to comment.