Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SequeI committed Nov 11, 2024
1 parent 2faf819 commit a1d33d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/molecule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ on:
jobs:
molecule:
runs-on: testing-farm
# strategy:
# matrix:
# scenario:
# - default
# - user_provided
strategy:
matrix:
scenario:
- default
- user_provided
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -38,7 +38,7 @@ jobs:
# ensure we wipe out any data potentially still on the runner from previous run
molecule reset
# NOTE: for now we don't run "molecule test", because we don't have proper idempotence yet
molecule -v test --scenario-name default
molecule -v test --scenario-name ${{ matrix.scenario }}
- name: Destroy molecule infrastructure
env:
TESTING_FARM_API_TOKEN: ${{ secrets.TESTING_FARM_API_TOKEN }}
Expand Down
4 changes: 0 additions & 4 deletions molecule/default/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@
line: "{{ tas_single_node_user }} ALL=(ALL) NOPASSWD: ALL"
validate: "visudo -cf %s"

- name: print
command:
cmd: cat /etc/sudoers

- name: Create an .ssh directory
ansible.builtin.file:
path: "/home/{{ tas_single_node_user }}/.ssh"
Expand Down

0 comments on commit a1d33d1

Please sign in to comment.