Skip to content

Commit

Permalink
fixup! Dev: behave: adjust functional tests for previous changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasyang2022 committed Oct 26, 2023
1 parent 4215dd0 commit 3b967e3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/crmsh-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,18 @@ jobs:
$DOCKER_SCRIPT `$GET_INDEX_OF user_access`
- uses: codecov/codecov-action@v3

functional_test_ssh_agent:
runs-on: ubuntu-20.04
timeout-minutes: 40
steps:
- uses: actions/checkout@v3
- name: functional test for user access
run: |
echo '{ "exec-opts": ["native.cgroupdriver=systemd"] }' | sudo tee /etc/docker/daemon.json
sudo systemctl restart docker.service
$DOCKER_SCRIPT `$GET_INDEX_OF ssh_agent`
- uses: codecov/codecov-action@v3

original_regression_test:
runs-on: ubuntu-20.04
timeout-minutes: 40
Expand Down
4 changes: 2 additions & 2 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ coverage:
codecov:
token: 16b01c29-3b23-4923-b33a-4d26a49d80c4
notify:
after_n_builds: 22
after_n_builds: 23
comment:
after_n_builds: 22
after_n_builds: 23

0 comments on commit 3b967e3

Please sign in to comment.