Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hamsteri15 committed Dec 19, 2023
1 parent e7ad0b6 commit 1e6d1bf
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/buildAndTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,7 @@ jobs:
name: Build code base
runs-on: "ubuntu-22.04"
container:
#image: hamsteri15/of_dev_build:latest
image: niemiti/ofdevcuda:latest
#credentials:
# username: ${{ secrets.DOCKERHUB_USERNAME }}
# password: ${{ secrets.DOCKERHUB_TOKEN}}
options: --user root
steps:
- name: Checkout gpuFoam
Expand All @@ -24,5 +20,5 @@ jobs:
run: source /opt/OpenFOAM/OpenFOAM-dev/etc/bashrc && ./Allwmake
shell: bash
#- name: Run unittests
# run: source /home/foam/OpenFOAM-dev/etc/bashrc && testGpuChemistry
# run: source /opt/OpenFOAM/OpenFOAM-dev/etc/bashrc && testGpuChemistry
# shell: bash

0 comments on commit 1e6d1bf

Please sign in to comment.