Skip to content

Commit

Permalink
force ubuntu to use ~/.bashrc
Browse files Browse the repository at this point in the history
  • Loading branch information
zackees committed Oct 15, 2023
1 parent 5e338c0 commit 1c6839f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/push_ubuntu.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Ubuntu_Tests

# Directs GitHub to run tests using ~/.bashrc
defaults:
run:
shell: bash -ieo pipefail {0}

on: [push]

jobs:
Expand Down

0 comments on commit 1c6839f

Please sign in to comment.