Skip to content

Commit

Permalink
ci: 👷 tired of ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaquero committed Apr 19, 2022
1 parent 5e7351d commit cab9bd3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,12 @@ jobs:
- uses: actions/checkout@v3
- name: Test Unix
run: bash -e install.sh
- name: Activate Oxidizer
- name: Browse Oxidizer
run: |
if [[ $(uname -s) == "Linux" ]]; then
cat $HOME/.profile
. $HOME/.profile
else
cat $HOME/.zshrc
. $HOME/.zshrc
fi
job2:
Expand Down

0 comments on commit cab9bd3

Please sign in to comment.