Skip to content

Commit

Permalink
Try container
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy-Grigg committed Feb 16, 2024
1 parent 8242ba1 commit 12e6a32
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,20 @@ on:
jobs:
code-style:
name: "Code style"
runs-on: windows-latest
runs-on: ubuntu-latest
container:
image: ubuntu:22.04
volumes:
- /tmp/keytabs:/tmp/keytabs
steps:
- name: Configure host kerberos
run: |
apt update
export DEBIAN_FRONTEND=noninteractive
apt install -yq krb5-user
cp ./tests/integration/krb5.conf /etc/krb5.conf
./tests/integration/configure_keytab.sh
- uses: ansys/actions/code-style@v5.1
with:
skip-install: false
Expand Down

0 comments on commit 12e6a32

Please sign in to comment.