Skip to content

Commit

Permalink
chore(ci): Remove test statements
Browse files Browse the repository at this point in the history
Signed-off-by: txtsd <code@ihavea.quest>
  • Loading branch information
txtsd committed May 22, 2024
1 parent ecc8b03 commit c6dd91b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,13 @@ jobs:
fail-fast: false

steps:
- name: Test
run: |
echo ${{ matrix.package }}
- uses: actions/checkout@v4
with:
fetch-depth: '0'

- name: Update system and install dependencies
run: |
echo -e "\n[multilib]\nInclude = /etc/pacman.d/mirrorlist\n" >> /etc/pacman.conf
cat /etc/pacman.conf
pacman-key --init
pacman -Syu --noconfirm
pacman -S --noconfirm --needed git fd jq namcap eza ripgrep
Expand Down

0 comments on commit c6dd91b

Please sign in to comment.