Skip to content

Commit

Permalink
test: CI 動作確認
Browse files Browse the repository at this point in the history
  • Loading branch information
KeitaSHIBUYA committed Feb 21, 2024
1 parent 10e7d31 commit 1947055
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ jobs:
run: apt-get update && apt-get install -y git sudo
- name: Install dotfiles
run: |
pwd
ls -al bin/
cd /github/workspace
bin/install.sh install
bin/install.sh
alpine:
runs-on: ubuntu-latest
Expand All @@ -26,8 +23,7 @@ jobs:
run: apk add git sudo bash
- name: Install dotfiles
run: |
cd /github/workspace
bin/install.sh install
bin/install.sh
arch:
runs-on: ubuntu-latest
Expand All @@ -40,5 +36,4 @@ jobs:
run: pacman -S --noconfirm git sudo
- name: Install dotfiles
run: |
cd /github/workspace
bin/install.sh install
bin/install.sh

0 comments on commit 1947055

Please sign in to comment.