Skip to content

Commit

Permalink
Improve ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
PBundyra committed Oct 2, 2024
1 parent 9e31b2a commit ba70658
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ jobs:
echo -e \
'#!/bin/bash \n
echo "Hello world from a test script!"
cd ~/../test-mount-point && echo "Hello world from a Github Action CI/CD test script!" > $RANDOM.txt
sleep 3600' \
cd ~/../test-mount-point && echo "Hello world from a Github Action CI/CD test script!" > $RANDOM.txt' \
> test.sh
- name: Run a base-docker-image workload
run: |
Expand Down

0 comments on commit ba70658

Please sign in to comment.