Skip to content

Commit

Permalink
checkout repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiangs18 committed Jun 26, 2024
1 parent 56d6431 commit cb46278
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/regressiontest_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,15 @@ jobs:
image: ghcr.io/buildtesters/buildtest_spack
options: "-it --user root"
steps:
- name: Check out the repo
uses: actions/checkout@v4

- name: regression test in container
shell: bash
run: |
set +xe
. /etc/profile
module load python
mkdir projects
cd projects
git clone https://github.com/buildtesters/buildtest.git
cd buildtest
python3 -m venv env
source env/bin/activate
export HOMEDIR=`pwd`
Expand Down

0 comments on commit cb46278

Please sign in to comment.