Skip to content

Commit a7fadb3

Browse files
check contents of data directory
1 parent 7f0f164 commit a7fadb3

2 files changed

Lines changed: 16 additions & 12 deletions

File tree

.github/workflows/developer.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,18 @@ jobs:
6060
- name: asan
6161
if: matrix.config == 'asan'
6262
run: |
63+
pwd
64+
cd /root/data/
65+
ls -l
66+
cd /__w/NCEPLIBS-g2c/NCEPLIBS-g2c/
6367
set -x
6468
export CC=gcc
6569
cmake -S g2c -B g2c/build \
6670
-DUSE_AEC=ON \
6771
-DBUILD_G2C=ON \
6872
-DLOGGING=On \
6973
-DPTHREADS=ON \
70-
-DFTP_TEST_FILES=ON \
74+
-DFTP_TEST_FILES=OFF \
7175
-DFTP_LARGE_TEST_FILES=OFF \
7276
-DTEST_FILE_DIR=/root/data \
7377
-DCMAKE_BUILD_TYPE=Debug \

.github/workflows/tmp.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
name: tmp
2-
on:
3-
push:
4-
branches:
5-
- develop
6-
pull_request:
7-
branches:
8-
- develop
1+
#name: tmp
2+
#on:
3+
# push:
4+
# branches:
5+
# - develop
6+
# pull_request:
7+
# branches:
8+
# - develop
99

1010
# Cancel in-progress workflows when pushing to a branch
11-
concurrency:
12-
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
13-
cancel-in-progress: true
11+
#concurrency:
12+
# group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
13+
# cancel-in-progress: true
1414

1515
jobs:
1616
developer:

0 commit comments

Comments
 (0)