Skip to content

Commit

Permalink
remote ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed Jan 15, 2025
1 parent d763e23 commit 2095629
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
1 change: 0 additions & 1 deletion .github/system_tests/test_containerized_code.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ def test_add_singularity():

results, node = run_get_node(builder)


assert node.is_finished_ok
assert 'sum' in results
assert 'remote_folder' in results
Expand Down
20 changes: 12 additions & 8 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,25 @@
name: nightly
name: nightly-test

on:
# schedule:
# - cron: 0 0 * * * # Run every day at midnight
pull_request:
push:
# pull_request:
# paths:
# - .github/workflows/nightly.yml
# - .github/workflows/setup.sh
# - .github/system_tests/test_daemon.py
# - .molecule/default/files/**
# - aiida/storage/psql_dos/migrations/**
# - tests/storage/psql_dos/migrations/**
workflow_dispatch:
# workflow_dispatch:

# https://docs.github.com/en/actions/using-jobs/using-concurrency
concurrency:
# only cancel in-progress jobs or runs for the current workflow - matches against branch & tags
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

# concurrency:
# # only cancel in-progress jobs or runs for the current workflow - matches against branch & tags
# group: ${{ github.workflow }}-${{ github.ref }}
# cancel-in-progress: true
#
env:
FORCE_COLOR: 1

Expand Down Expand Up @@ -73,6 +74,9 @@ jobs:
# NOTE: virtual env in .venv created by uv in previous step
run: source .venv/bin/activate && .github/workflows/setup.sh

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

- name: Run tests
id: tests
run: source .venv/bin/activate && .github/workflows/tests_nightly.sh
Expand Down

0 comments on commit 2095629

Please sign in to comment.