Skip to content

Commit 26d6ae7

Browse files
committed
Updated test
1 parent 47ac9a4 commit 26d6ae7

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/main.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,10 @@ jobs:
2121
with:
2222
product: Bulk
2323

24-
- name: Setup Rebol user enironment
24+
- name: Test Google API module
2525
env:
2626
REBOL_SAFE_FILE: ${{ secrets.REBOL_SAFE_FILE }}
2727
REBOL_USER_FILE: ${{ secrets.REBOL_USER_FILE }}
2828
run: |
2929
echo $REBOL_USER_FILE > /home/runner/user.reb
30-
./rebol3 --do "? system/user"
31-
32-
33-
- name: Test Google API module
34-
run: ./rebol3 google-test.r3
30+
./rebol3 google-test.r3

0 commit comments

Comments
 (0)