Skip to content

Commit

Permalink
test: Add test image for remote connection into Action runner
Browse files Browse the repository at this point in the history
  • Loading branch information
itislu committed Nov 15, 2024
1 parent 2868eba commit dd51ea5
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/test_image.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# .github/workflows/test_image.yaml
name: Test Image
on:
workflow_dispatch:
env:
HOME: /home/runner
TESTER_DIR: /home/runner/42_minishell_tester
SCRIPTS_DIR: /home/runner/scripts

jobs:
remote_connect:
name: Remote Connect
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- name: Checkout source branch of pull request
uses: actions/checkout@v4
- name: Set up test environment
uses: ./.github/actions/setup
- name: Set up tmate session
uses: mxschmitt/action-tmate@v3

0 comments on commit dd51ea5

Please sign in to comment.