Skip to content

Commit

Permalink
pcre check
Browse files Browse the repository at this point in the history
  • Loading branch information
wxtim committed Nov 14, 2023
1 parent 8e2c40b commit 4fd2796
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test_functional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,12 @@ jobs:
sudo apt-get update
sudo apt-get install -y sqlite3 tree at
- name: PCRE Check
run: |
echo "Hello 42: If it can't see you..." > traal
grep '\d\d' traal
grep -P '\d\d' traal
- name: Add .github/bin/ to PATH
# Sets up mocked mail command & any other custom executables
run: echo "${{ github.workspace }}/.github/bin" >> $GITHUB_PATH
Expand Down

0 comments on commit 4fd2796

Please sign in to comment.